Board support for Adafruit Gemma M0 (#3903)

machine, targets: Board support for Adafruit Gemma M0
This commit is contained in:
Timothy Rule
2023-09-11 11:11:26 +02:00
committed by GitHub
parent bb9a9beed5
commit 75aca0f5ee
3 changed files with 108 additions and 0 deletions
+2
View File
@@ -558,6 +558,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=trinket-m0 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=gemma-m0 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=circuitplay-express examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=circuitplay-bluefruit examples/blinky1