tinygo/targets/thingplus-rp2040.json
deadprogram fce42fc7fa machine/thingplus: rename to the singular thing as that it the correct name
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-04-26 21:13:17 +02:00

11 строки
223 Б
JSON

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