Adding Board: Feather M4 Express (#688)

* machine/feather-m4: Adding Feather M4
This commit is contained in:
BCG
2019-11-05 09:34:46 -05:00
committed by Ron Evans
parent cadb75a4aa
commit 0db403dc0c
7 changed files with 164 additions and 0 deletions
+2
View File
@@ -221,6 +221,8 @@ smoketest:
@$(MD5SUM) test.gba
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m4 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-m4 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-f103rb examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pinetime-devkit0 examples/blinky1