makefile: add badger2040, thingplus-rp2040 to smoketest

This commit is contained in:
sago35
2022-06-27 20:04:23 +09:00
committed by Ron Evans
parent 873412b43a
commit 446fe1f5b3
+4
View File
@@ -557,6 +557,10 @@ endif
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=macropad-rp2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=badger2040 examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex