Add Feather M0 Board (#356)

* Add Feather M0 Board
This commit is contained in:
Anthony Elder
2019-05-19 16:10:17 +01:00
committed by Ron Evans
parent 5342d392aa
commit 4cd151faf5
3 changed files with 81 additions and 0 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=feather-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