aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/feather-m4-can.json
diff options
context:
space:
mode:
authorsago35 <[email protected]>2021-04-18 18:18:59 +0900
committerRon Evans <[email protected]>2021-05-10 12:27:10 +0200
commite7c6bd373094aa148a93170fcf73b2f3cff2d918 (patch)
tree7cc2cbd9159b9370ff936946e0e85b3886935d5b /targets/feather-m4-can.json
parent9f5066aa6f1d67f161bc0d7520dc2f1bfa1f2b0d (diff)
downloadtinygo-e7c6bd373094aa148a93170fcf73b2f3cff2d918.tar.gz
tinygo-e7c6bd373094aa148a93170fcf73b2f3cff2d918.zip
atsame5x: add support for CAN
Diffstat (limited to 'targets/feather-m4-can.json')
-rw-r--r--targets/feather-m4-can.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/targets/feather-m4-can.json b/targets/feather-m4-can.json
index 0480eb8f0..190d4d8f9 100644
--- a/targets/feather-m4-can.json
+++ b/targets/feather-m4-can.json
@@ -4,5 +4,6 @@
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "FTHRCANBOOT",
- "msd-firmware-name": "firmware.uf2"
+ "msd-firmware-name": "firmware.uf2",
+ "default-stack-size": 4096
}