This is my in development library for rust on the gameboy advance. It uses information from GbaTek, Tonc, and the existing rust-console/gba.
Note that this currently contains no documentation of any kind, unless you count examples as documentation.
sudo apt install binutils-arm-none-eabi
pacman -S arm-none-eabi-binutils
cargo install --git https://github.com/corwinkuiper/mgba-test-runner.git
cargo install gbafix
.bash
arm-none-eabi-objcopy -O binary {input-elf} {output-gba}
gbafix {output-gba}
0% stable, I have no problems making drastic changes in the API in order to make something nice to work with.