13 lines
273 B
JSON
13 lines
273 B
JSON
|
|
{
|
||
|
|
"inherits": ["rp2350"],
|
||
|
|
"build-tags": ["elecrow_rp2350", "comboat_fw"],
|
||
|
|
"serial-port": ["2e8a:000f"],
|
||
|
|
"default-stack-size": 8192,
|
||
|
|
"ldflags": [
|
||
|
|
"--defsym=__flash_size=8M"
|
||
|
|
],
|
||
|
|
"extra-files": [
|
||
|
|
"targets/pico-boot-stage2.S"
|
||
|
|
]
|
||
|
|
}
|