targets: match Pico2 stack size to Pico

Took me a while to debug weird crashes after switching from Pico to
Pico2.
This commit is contained in:
Elias Naur
2025-01-22 20:41:52 +01:00
committed by Ron Evans
parent ec0a142190
commit 080a6648e9
+2 -1
View File
@@ -3,5 +3,6 @@
"rp2350"
],
"build-tags": ["pico2"],
"serial-port": ["2e8a:000A"]
"serial-port": ["2e8a:000A"],
"default-stack-size": 8192
}