board: Adafruit MacroPad RP2040

This commit is contained in:
BCG
2022-02-14 00:13:00 -05:00
committed by Ron Evans
parent 644356c220
commit 52ffd6aa98
5 changed files with 89 additions and 1 deletions
+2
View File
@@ -465,6 +465,8 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=feather-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=macropad-rp2040 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex