tinygo/targets/pico.json
Rajiv Kanchan 722a3a5c94 add rp2040, pico
adds preliminary support (just enough to run blinky1) for the Raspberry Pi Pico board along with the rp2040 mcu.
2021-05-28 18:29:04 +02:00

10 строки
177 Б
JSON

{
"inherits": [
"rp2040"
],
"build-tags": ["pico"],
"linkerscript": "targets/pico.ld",
"extra-files": [
"targets/pico_boot_stage2.S"
]
}