blob: 4a795faac59631d0db6bc8d0ea712cc4f23d25d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"inherits": [
"rp2040"
],
"serial-port": ["acm:239a:80f1"],
"build-tags": ["feather_rp2040"],
"linkerscript": "targets/feather-rp2040.ld",
"extra-files": [
"targets/feather-rp2040-boot-stage2.S"
]
}
|