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
+14
View File
@@ -0,0 +1,14 @@
{
"inherits": [
"rp2040"
],
"serial-port": ["2e8a:0003"],
"default-stack-size": 8192,
"build-tags": ["waveshare_rp2040_pizero"],
"ldflags": [
"--defsym=__flash_size=16M"
],
"extra-files": [
"targets/pico-boot-stage2.S"
]
}