diff options
author | Scott Feldman <[email protected]> | 2023-11-10 14:53:47 -0800 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-11-12 19:22:50 +0100 |
commit | d4189feca6dbb7aed3e9f09587d6d50a4f3aa59a (patch) | |
tree | 29ff29c54ce03a0f8b24d8f198225536a9485ed3 /targets | |
parent | 777048cfa9d37c5604b02a974574a78981ab9374 (diff) | |
download | tinygo-d4189feca6dbb7aed3e9f09587d6d50a4f3aa59a.tar.gz tinygo-d4189feca6dbb7aed3e9f09587d6d50a4f3aa59a.zip |
Bump default stack size for target pico to 8kb from 2kb
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pico.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/pico.json b/targets/pico.json index 88aec23d0..cfc205656 100644 --- a/targets/pico.json +++ b/targets/pico.json @@ -4,6 +4,7 @@ ], "build-tags": ["pico"], "serial-port": ["2e8a:000A"], + "default-stack-size": 8192, "ldflags": [ "--defsym=__flash_size=2048K" ], |