mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"inherits": ["rp2350"],
|
|
"build-tags": ["blinky2350"],
|
|
"serial-port": ["2e8a:0005"],
|
|
"default-stack-size": 8192,
|
|
"ldflags": [
|
|
"--defsym=__flash_size=16M"
|
|
]
|
|
}
|