mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 20:39:06 +00:00
increase stack size for access to sdcard
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
"inherits": ["atsamd21g18a"],
|
||||
"build-tags": ["sam", "atsamd21g18a", "p1am_100"],
|
||||
"flash-command": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {bin}",
|
||||
"flash-1200-bps-reset": "true"
|
||||
"flash-1200-bps-reset": "true",
|
||||
"default-stack-size": 2048
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user