mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
feat: add metro-rp2350 board definition (#4989)
* feat: add metro-rp2350 board definition * chore: add smoke test
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"inherits": [
|
||||
"rp2350b"
|
||||
],
|
||||
"build-tags": ["metro_rp2350"],
|
||||
"serial-port": ["239a:814e"],
|
||||
"default-stack-size": 8192,
|
||||
"ldflags": [
|
||||
"--defsym=__flash_size=16M"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user