mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
c769262398
* feat: add metro-rp2350 board definition * chore: add smoke test
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"inherits": [
|
|
"rp2350b"
|
|
],
|
|
"build-tags": ["metro_rp2350"],
|
|
"serial-port": ["239a:814e"],
|
|
"default-stack-size": 8192,
|
|
"ldflags": [
|
|
"--defsym=__flash_size=16M"
|
|
]
|
|
}
|