Skip to content

Commit 446fe1f

Browse files
sago35deadprogram
authored andcommitted
makefile: add badger2040, thingplus-rp2040 to smoketest
1 parent 873412b commit 446fe1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,10 @@ endif
557557
@$(MD5SUM) test.hex
558558
$(TINYGO) build -size short -o test.hex -target=macropad-rp2040 examples/blinky1
559559
@$(MD5SUM) test.hex
560+
$(TINYGO) build -size short -o test.hex -target=badger2040 examples/blinky1
561+
@$(MD5SUM) test.hex
562+
$(TINYGO) build -size short -o test.hex -target=thingplus-rp2040 examples/blinky1
563+
@$(MD5SUM) test.hex
560564
# test pwm
561565
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
562566
@$(MD5SUM) test.hex

0 commit comments

Comments
 (0)