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