Added Gopher Badge support

This commit is contained in:
Daniel Esteban
2023-03-22 07:45:10 +01:00
committed by Ron Evans
parent 62e1c3ebb7
commit 4b0e56cbec
4 changed files with 131 additions and 0 deletions
+2
View File
@@ -638,6 +638,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=trinkey-qt2040 examples/temp
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=gopher-badge examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex