machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy-M4 board

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-06-06 12:03:58 +02:00
committed by Ayke
parent bc41cc688f
commit 02c4020228
9 changed files with 3054 additions and 0 deletions
+1
View File
@@ -125,6 +125,7 @@ smoketest:
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
tinygo build -size short -o test.elf -target=itsybitsy-m4 examples/blinky1
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