Added Adafruit PyGamer Target (#1173)

* machine/PyGamer: add board support
This commit is contained in:
APDevice
2020-06-19 05:35:42 -07:00
committed by GitHub
parent 496452b676
commit 4e8e3f348f
3 changed files with 157 additions and 0 deletions
+2
View File
@@ -295,6 +295,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=wioterminal examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=pygamer examples/blinky1
@$(MD5SUM) test.hex
ifneq ($(AVR), 0)
$(TINYGO) build -size short -o test.hex -target=atmega1284p examples/serial
@$(MD5SUM) test.hex