Files
tinygo/targets/feather-rp2040.json
T
2022-06-23 08:22:14 +09:00

12 lines
245 B
JSON

{
"inherits": [
"rp2040"
],
"serial-port": ["acm:239a:80f1"],
"build-tags": ["feather_rp2040"],
"linkerscript": "targets/feather-rp2040.ld",
"extra-files": [
"targets/feather-rp2040-boot-stage2.S"
]
}