There was an error while loading. Please reload this page.
1 parent f1b4a41 commit fc2cd13Copy full SHA for fc2cd13
1 file changed
make/smoketest.mk
@@ -319,6 +319,8 @@ smoketest-rp2xxx: | build/smoke
319
@$(MD5SUM) $(SMOKE_OUT).hex
320
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=pico-plus2 examples/blinky1
321
322
+ $(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2350-pizero examples/blinky1
323
+ @$(MD5SUM) $(SMOKE_OUT).hex
324
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=metro-rp2350 examples/blinky1
325
326
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2040-tiny examples/echo
0 commit comments