gba/examples
Ian Pickering d15168068b Add __IRQ_HANDLER symbol to hello_magic example
The hello_magic example does not depend on the gba crate, but the crt0
now assumes that the symbol for the interrupt handler which is defined
in it will be present, as interrupts ought to be handled in some
manner. If neither the symbol or the crate are added then the linker
will give an error, but if anything in the gba crate is used also then
the symbol will be brought in, so defining it manually also would
cause a duplicate definition error. In the future something like
cortex-m-rt's `exception!` macro could be used to better document how
to define this symbol (all their examples depend on at least one
symbol from their runtime library, so they don't have this problem).
2019-02-13 18:27:27 -08:00
..
bg_demo.rs Move to the phantom_fields! proc-macro 2018-12-29 00:06:08 -07:00
hello_magic.rs Add __IRQ_HANDLER symbol to hello_magic example 2019-02-13 18:27:27 -08:00
hello_world.rs clearer module organization 2018-12-26 23:13:10 -07:00
irq.rs Add module for interrupt request (IRQ) handling 2019-02-13 17:08:57 -08:00
light_cycle.rs clearer module organization 2018-12-26 23:13:10 -07:00
mgba_panic_handler.rs clearer module organization 2018-12-26 23:13:10 -07:00