mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
11 lines
177 B
JSON
11 lines
177 B
JSON
{
|
|
"inherits": [
|
|
"rp2040"
|
|
],
|
|
"build-tags": ["pico"],
|
|
"linkerscript": "targets/pico.ld",
|
|
"extra-files": [
|
|
"targets/pico-boot-stage2.S"
|
|
]
|
|
}
|