feat: add metro-rp2350 board definition (#4989)

* feat: add metro-rp2350 board definition
* chore: add smoke test
This commit is contained in:
Michael Smith
2025-08-10 03:32:16 -04:00
committed by GitHub
parent 64caab1ade
commit c769262398
3 changed files with 196 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2350b"
],
"build-tags": ["metro_rp2350"],
"serial-port": ["239a:814e"],
"default-stack-size": 8192,
"ldflags": [
"--defsym=__flash_size=16M"
]
}