Add Waveshare RP2350-PiZero board (#5670)

* Add Waveshare RP2350-PiZero board

* ci: smoke test Waveshare RP2350-PiZero
This commit is contained in:
Dave Cheney
2026-09-12 20:32:56 +10:00
committed by GitHub
parent bea3f31399
commit 013a081782
3 changed files with 122 additions and 0 deletions
+2
View File
@@ -321,6 +321,8 @@ smoketest-rp2xxx: | build/smoke
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=tufty2350 examples/blinky1
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2350-pizero examples/blinky1
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=metro-rp2350 examples/blinky1
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2040-tiny examples/echo