blob: 02a36c06a0ad3831cc3733cc6a8e5cb11f06789e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"inherits": [
"rp2040"
],
"serial-port": ["2e8a:000a"],
"build-tags": ["xiao_rp2040"],
"ldflags": [
"--defsym=__flash_size=1020K"
],
"extra-files": [
"targets/pico-boot-stage2.S"
]
}
|