mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-14 08:29:32 +00:00
Add Waveshare RP2350-PiZero board (#5670)
* Add Waveshare RP2350-PiZero board * ci: smoke test Waveshare RP2350-PiZero
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user