mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
722a3a5c94
adds preliminary support (just enough to run blinky1) for the Raspberry Pi Pico board along with the rp2040 mcu.
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"
|
|
]
|
|
}
|