blob: 878969afa82accd5e8f161d2206b1ce328745253 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"inherits": [
"rp2040"
],
"serial-port": ["2e8a:0003"],
"build-tags": ["waveshare_rp2040_zero"],
"linkerscript": "targets/waveshare-rp2040-zero.ld",
"extra-files": [
"targets/pico-boot-stage2.S"
]
}
|