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
+10
View File
@@ -0,0 +1,10 @@
{
"inherits": [
"rp2350b"
],
"build-tags": ["waveshare_rp2350_pizero"],
"ldflags": [
"--defsym=__flash_size=16M"
],
"default-stack-size": 8192
}