Files
tinygo/targets/pico2.json
Elias Naur 080a6648e9 targets: match Pico2 stack size to Pico
Took me a while to debug weird crashes after switching from Pico to
Pico2.
2025-01-26 17:04:04 +08:00

9 lines
140 B
JSON

{
"inherits": [
"rp2350"
],
"build-tags": ["pico2"],
"serial-port": ["2e8a:000A"],
"default-stack-size": 8192
}