tinygo/targets/thingplus-rp2040.json
2022-07-04 13:17:54 +02:00

12 строки
261 Б
JSON

{
"inherits": [
"rp2040"
],
"serial": "uart",
"serial-port": ["acm:1b4f:0026"],
"build-tags": ["thingplus_rp2040"],
"linkerscript": "targets/thingplus-rp2040.ld",
"extra-files": [
"targets/pico-boot-stage2.S"
]
}