gba/examples
Alissa Rao 8bfa1a228a
Adds support for NO$GBA's debugging API. (#108)
* Implement a debugging interface that allows the use of debugging on multiple emulators.

* Implement NO$GBA debugging interface.

* Run rustfmt on new debug code.

* Fix the debug module not compiling on non-ARM systems.

* Don't error (and just silently truncate) on messages that are too long.
2021-02-22 23:19:14 -07:00
..
hello_magic.rs Add __IRQ_HANDLER symbol to hello_magic example 2019-02-13 18:27:27 -08:00
hello_world.rs Adds support for NO$GBA's debugging API. (#108) 2021-02-22 23:19:14 -07:00
irq.rs Update IME to be u16 sized, avoid newtype_enum 2019-02-14 22:11:23 -07:00
uart_echo.rs SioSerial improvements (#100) 2021-01-12 14:42:56 -07:00