gba/examples
Michael Mogenson 51c870281c
Add Serial and GPIO registers and implement embedded_hal traits (#96)
* Add Serial and GPIO registers and implement embedded_hal traits

Use VolAddress and phantom_fields to populate the SIOCNT, RCNT, and
SIODATA8 registers. Implement embedded_hal serial traits around an empty
SioSerial struct.

Hide serial read and write traits behind a "serial" feature flag
to make embedded-hal and nb dependencies optional.

* UART echo example

Enable the serial feature for this example. Provide a pinout
diagram to assist people with wiring up a USB to UART adapter.
2020-12-26 11:28:07 -07:00
..
hello_magic.rs Add __IRQ_HANDLER symbol to hello_magic example 2019-02-13 18:27:27 -08:00
hello_world.rs bitmap video explanation 2019-02-14 21:18:21 -07:00
irq.rs Update IME to be u16 sized, avoid newtype_enum 2019-02-14 22:11:23 -07:00
uart_echo.rs Add Serial and GPIO registers and implement embedded_hal traits (#96) 2020-12-26 11:28:07 -07:00