mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
Bump default stack size for target pico to 8kb from 2kb
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
],
|
],
|
||||||
"build-tags": ["pico"],
|
"build-tags": ["pico"],
|
||||||
"serial-port": ["2e8a:000A"],
|
"serial-port": ["2e8a:000A"],
|
||||||
|
"default-stack-size": 8192,
|
||||||
"ldflags": [
|
"ldflags": [
|
||||||
"--defsym=__flash_size=2048K"
|
"--defsym=__flash_size=2048K"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user