Added Gopher ARCADE board

This commit is contained in:
Daniel Esteban
2025-09-19 17:20:18 +02:00
committed by Ron Evans
parent 821f2aeae0
commit 109e0767e7
3 changed files with 34 additions and 0 deletions
+2
View File
@@ -795,6 +795,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=gopher-badge examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=gopher-arcade examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=ae-rp2040 examples/echo
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=thumby examples/echo