Added Adafruit's pybadge target (#795)

* machine/pybadge: add support for Adafruit PyBadge board
This commit is contained in:
Daniel Esteban
2019-12-22 19:37:16 +01:00
committed by Ron Evans
parent d41f01f003
commit c2481b10f4
4 changed files with 161 additions and 0 deletions
+2
View File
@@ -229,6 +229,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=pybadge 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