mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"build-tags": ["ae_rp2040"],
|
|
"serial-port": ["2e8a:000A"],
|
|
"ldflags": [
|
|
"--defsym=__flash_size=2048K"
|
|
],
|
|
"extra-files": [
|
|
"targets/pico-boot-stage2.S"
|
|
]
|
|
}
|
|
|