mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
3e76703ff5
Signed-off-by: deadprogram <ron@hybridgroup.com>
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"inherits": [
|
|
"rp2350"
|
|
],
|
|
"build-tags": ["tiny2350"],
|
|
"ldflags": [
|
|
"--defsym=__flash_size=4M"
|
|
],
|
|
"serial-port": ["2e8a:000f"],
|
|
"default-stack-size": 8192
|
|
}
|