diff options
Diffstat (limited to 'targets/p1am-100.json')
-rw-r--r-- | targets/p1am-100.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/targets/p1am-100.json b/targets/p1am-100.json index fcfaff1ac..be9b0e446 100644 --- a/targets/p1am-100.json +++ b/targets/p1am-100.json @@ -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 } |