Add support for Waveshare RP2040-PiZero board

This commit is contained in:
Dave Cheney
2026-09-12 13:27:01 +10:00
committed by Ron Evans
parent b81c62704a
commit 394884617e
3 changed files with 119 additions and 0 deletions
+2
View File
@@ -295,6 +295,8 @@ smoketest-rp2xxx: | build/smoke
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2040-zero examples/echo
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=waveshare-rp2040-pizero examples/echo
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=challenger-rp2040 examples/blinky1
@$(MD5SUM) $(SMOKE_OUT).hex
$(TINYGO) build -size short -o $(SMOKE_OUT).hex -target=trinkey-qt2040 examples/temp