mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 11:13:27 +00:00
targets: set default stanck size to 8k for rp2040/rp2350 based boards where this was not already the case.
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"ldflags": [
|
||||
"--defsym=__flash_size=4M"
|
||||
],
|
||||
"serial-port": ["2e8a:000f"]
|
||||
"serial-port": ["2e8a:000f"],
|
||||
"default-stack-size": 8192
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user