Commit graph

578 commits

Author SHA1 Message Date
Gwilym Kuiper
2b1ba6c849 local can only be used in functions 2021-08-15 23:18:55 +01:00
Gwilym Kuiper
2e7c2be11e Get the booleans correct 2021-08-15 23:16:30 +01:00
Gwilym Kuiper
8b2bd66b19 Also check if agb-macros works 2021-08-15 23:15:52 +01:00
Gwilym Kuiper
2f12748004 Allow for easier testing 2021-08-15 23:15:25 +01:00
Gwilym Kuiper
7e268ba8ce Update agb's cargo.toml when updating a dependency 2021-08-15 23:12:18 +01:00
Gwilym Kuiper
fcce9bd5c5
Merge pull request #105 from gwilymk/rename-agb-entry-to-agb-macros
Rename agb entry to agb macros
2021-08-15 21:43:45 +01:00
Gwilym Kuiper
00debe98e8 Update all other references to agb-entry 2021-08-15 20:40:48 +01:00
Gwilym Kuiper
a2da434013 Rename the directory 2021-08-15 20:39:17 +01:00
Gwilym Kuiper
4a6ef023f5 Rename agb-entry to agb-macro in cargo.tomls 2021-08-15 20:37:36 +01:00
Corwin
6f229b3426
Merge pull request #102 from gwilymk/update-template-to-use-new-entrypoint
Template should use agb::entry rather than no_mangle
2021-08-08 12:05:39 +01:00
Gwilym Kuiper
6526651bb2 Template should use agb::entry rather than no_mangle 2021-08-07 18:27:10 +01:00
Gwilym Kuiper
7b122b431a
Merge pull request #100 from gwilymk/dedicated-entrypoint
Dedicated #[agb::entry] macro
2021-08-07 18:24:25 +01:00
Gwilym Kuiper
be829e1d3d cargo fmt 2021-08-07 16:53:13 +01:00
Gwilym Kuiper
9667e58e70 Add clippy to CI run of agb-entry 2021-08-07 16:52:12 +01:00
Gwilym Kuiper
1241896177 Fix clippy lints in agb-entry 2021-08-07 16:51:14 +01:00
Gwilym Kuiper
bcfc8e506c Specify what has the arguments 2021-08-07 16:46:16 +01:00
Gwilym Kuiper
503b7262ca May as well call this version 0.1 2021-08-07 16:45:08 +01:00
Gwilym Kuiper
d74c876238 Add release script and workflow to release agb-entry 2021-08-07 16:43:50 +01:00
Gwilym Kuiper
739f81dd30 rename agb-entrypoint to agb-entry 2021-08-07 16:40:09 +01:00
Gwilym Kuiper
861ecc626a Use the new entrypoint macro in all the examples 2021-08-07 16:37:32 +01:00
Gwilym Kuiper
d2a4d0d1c3 Export the new macro in agb 2021-08-07 16:33:17 +01:00
Gwilym Kuiper
c59f063b2b Rename crate with an _ to be consistent with the image converter 2021-08-07 16:33:17 +01:00
Gwilym Kuiper
e6447cb08f Add a simple entrypoint macro 2021-08-07 16:33:17 +01:00
Corwin
b1516a07ab
Merge pull request #83 from agbrs/interrupt-handler
Fancy Interrupt handler with Closures
2021-08-07 15:41:48 +01:00
Corwin Kuiper
ff51341679 print in interrupt 2021-08-07 14:16:41 +01:00
Corwin Kuiper
477b0465fb add docs for vblank interrupt 2021-08-07 14:14:06 +01:00
Corwin Kuiper
fa250cee60 remove allow warning 2021-08-07 14:14:06 +01:00
Corwin Kuiper
b559b0eb54 add some docs 2021-08-07 14:14:06 +01:00
Corwin Kuiper
c60eaaaff0 doesn't need to be public 2021-08-07 14:14:06 +01:00
Corwin Kuiper
5093884612 move enable and disable to impl 2021-08-07 14:14:06 +01:00
Corwin Kuiper
476b030b41 rename wait for vblank functions 2021-08-07 14:14:06 +01:00
Corwin Kuiper
99f992353a fix wave example 2021-08-07 14:14:06 +01:00
Corwin Kuiper
da6ff40a32 add docs 2021-08-07 14:14:06 +01:00
Corwin Kuiper
1b971b8993 add lock with key 2021-08-07 14:14:06 +01:00
Corwin Kuiper
2e670c5d4e template consistency 2021-08-07 14:14:06 +01:00
Corwin Kuiper
00a5b2487c change to using extern in linker 2021-08-07 14:14:06 +01:00
Corwin Kuiper
013522f642 setting lto to thin works? 2021-08-07 14:14:06 +01:00
Corwin Kuiper
4467d0cf18 fix incorrect label from rebase 2021-08-07 14:14:06 +01:00
Corwin Kuiper
3b26c0b262 acknowledge requests after handling them 2021-08-07 14:14:06 +01:00
Corwin Kuiper
7b46bc9703 change name to "get" 2021-08-07 14:14:04 +01:00
Corwin Kuiper
37c29b7ec3 should enable interrupts by writing a 1 2021-08-07 14:13:23 +01:00
Corwin Kuiper
47f8ee5b70 satisfy linter 2021-08-07 14:13:20 +01:00
Corwin Kuiper
f8fb6ba7b4 change implementation of vblank to use new interrupt handler
also fixes all examples
2021-08-07 14:12:00 +01:00
Corwin Kuiper
7b05da4783 change name of interrupt handler
it is no longer simple
2021-08-07 14:12:00 +01:00
Corwin Kuiper
007d4d3ff8 handler does not need to be public to be exposed 2021-08-07 14:12:00 +01:00
Corwin Kuiper
f1a2b76d28 arm is callee save 2021-08-07 14:12:00 +01:00
Corwin Kuiper
e22564a29c disable interrupts during handler 2021-08-07 14:12:00 +01:00
Corwin Kuiper
9bab2a75d0 add macro for much easier interrupt handler adding 2021-08-07 14:12:00 +01:00
Corwin Kuiper
8b8b2b17a2 change to using iter 2021-08-07 14:12:00 +01:00
Corwin Kuiper
1ac33bfbc8 put interrupt handler in iwram, 32 bit bus 2021-08-07 14:12:00 +01:00