targets: add support for GameBoy Advance

Only tested in an emulator (mGBA). Almost nothing is supported, but
drawing to the screen works.
This commit is contained in:
Ayke van Laethem
2019-08-01 15:25:09 +02:00
committed by Ron Evans
parent 9878f7ebc4
commit 9846c062b3
7 changed files with 301 additions and 0 deletions
+1
View File
@@ -124,6 +124,7 @@ smoketest:
tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky1
tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky2
tinygo build -size short -o test.elf -target=circuitplay-express examples/i2s
tinygo build -size short -o test.elf -target=gameboy-advance examples/gba-display
ifneq ($(AVR), 0)
tinygo build -size short -o test.elf -target=arduino examples/blinky1
tinygo build -size short -o test.elf -target=digispark examples/blinky1