Adding Support for Adafruit Metro M4 Express Airlift (#694)

* machine/metro-m4: add support for Adafruit Metro M4 Express Airlift board
This commit is contained in:
BCG
2019-11-15 03:52:54 -05:00
committed by Ron Evans
parent 93961f9d41
commit 009b27350e
5 changed files with 155 additions and 1 deletions
+2
View File
@@ -225,6 +225,8 @@ smoketest:
@$(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=metro-m4-airlift 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