Skip to content

Commit fc2cd13

Browse files
committed
ci: smoke test Waveshare RP2350-PiZero
1 parent f1b4a41 commit fc2cd13

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

make/smoketest.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ smoketest-rp2xxx: | build/smoke
319319
@$(MD5SUM) $(SMOKE_OUT).hex
320320
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=pico-plus2 examples/blinky1
321321
@$(MD5SUM) $(SMOKE_OUT).hex
322+
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2350-pizero examples/blinky1
323+
@$(MD5SUM) $(SMOKE_OUT).hex
322324
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=metro-rp2350 examples/blinky1
323325
@$(MD5SUM) $(SMOKE_OUT).hex
324326
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2040-tiny examples/echo

0 commit comments

Comments
 (0)