mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
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:
+2
-1
@@ -3,5 +3,6 @@
|
||||
"rp2350"
|
||||
],
|
||||
"build-tags": ["pico2"],
|
||||
"serial-port": ["2e8a:000A"]
|
||||
"serial-port": ["2e8a:000A"],
|
||||
"default-stack-size": 8192
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user