makefile: add badger2040, thingplus-rp2040 to smoketest

Этот коммит содержится в:
sago35 2022-06-27 20:04:23 +09:00 коммит произвёл Ron Evans
родитель 873412b43a
коммит 446fe1f5b3

Просмотреть файл

@ -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