agb/agb
Corwin Kuiper a9aad11dd7 make interrupt system interrupt safe(r)
FnMut is not something that can be used in a interrupt safe manner.
Instead use Fn with a Mutex that disables interrupts with a lock.
2021-08-07 14:12:00 +01:00
..
.cargo set cpu targets for asm and rust 2021-07-13 19:17:08 +01:00
examples example first version of an interrupt handler implemented with closures 2021-08-07 14:12:00 +01:00
gfx Switch to a proc macro for generating the image data 2021-07-21 22:07:29 +01:00
src make interrupt system interrupt safe(r) 2021-08-07 14:12:00 +01:00
build.rs Merge pull request #95 from gwilymk/attempt-speedup-mixer-in-asm 2021-08-01 21:35:07 +01:00
Cargo.lock Release agb v0.6.0 2021-08-01 21:50:18 +01:00
Cargo.toml Release agb v0.6.0 2021-08-01 21:50:18 +01:00
crt0.s Use asm for the tight loops in the sound mixer 2021-07-31 21:47:05 +01:00
gba.ld add line for objdump 2021-06-16 19:00:08 +01:00
gba_mb.ld Add multiboot support 2021-06-26 22:25:27 +01:00
interrupt_simple.s review of documentation suggests that this does nothing 2021-08-07 14:12:00 +01:00
rust-toolchain.toml add clippy component 2021-05-23 02:20:32 +01:00