Skip to content

Commit

Permalink
Bump default stack size for target pico to 8kb from 2kb
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfeldman committed Nov 10, 2023
1 parent 777048c commit 21c9181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/pico.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
],
"build-tags": ["pico"],
"serial-port": ["2e8a:000A"],
"default-stack-size": 8192,
"ldflags": [
"--defsym=__flash_size=2048K"
],
Expand Down

0 comments on commit 21c9181

Please sign in to comment.