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>
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"serial-port": ["239a:80f7"],
|
|
"default-stack-size": 8192,
|
|
"build-tags": ["qtpy_rp2040"],
|
|
"ldflags": [
|
|
"--defsym=__flash_size=8192K"
|
|
],
|
|
"extra-files": [
|
|
"targets/qtpy-rp2040-boot-stage2.S"
|
|
]
|
|
}
|