[Board] Adafruit Trinket (#333)

* Add support for Adafruit Trinket-M0 board
This commit is contained in:
Martin Treml
2019-05-14 19:30:39 +02:00
committed by Ron Evans
parent e0cf74e638
commit fc2ed2bdd0
10 changed files with 1103 additions and 612 deletions
+1
View File
@@ -79,6 +79,7 @@ commands:
- run: tinygo build -size short -o test.elf -target=pca10056 examples/blinky1
- run: tinygo build -size short -o test.elf -target=pca10056 examples/blinky2
- run: tinygo build -size short -o test.elf -target=itsybitsy-m0 examples/blinky1
- run: tinygo build -size short -o test.elf -target=trinket-m0 examples/blinky1
- run: tinygo build -size short -o test.elf -target=circuitplay-express examples/blinky1
- run: tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky1
- run: tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky2