Skip to content

Commit 080a664

Browse files
eliasnaurdeadprogram
authored andcommitted
targets: match Pico2 stack size to Pico
Took me a while to debug weird crashes after switching from Pico to Pico2.
1 parent ec0a142 commit 080a664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/pico2.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"rp2350"
44
],
55
"build-tags": ["pico2"],
6-
"serial-port": ["2e8a:000A"]
6+
"serial-port": ["2e8a:000A"],
7+
"default-stack-size": 8192
78
}

0 commit comments

Comments
 (0)