Adding support for the Arduino Zero (#1365)

* machine/arduino-zero: adding support for Arduino Zero

Co-authored-by: Ayke
Co-authored-by: Jack Reamy
This commit is contained in:
jreamy
2020-09-10 01:32:12 -07:00
committed by GitHub
parent 2ce17a1892
commit 04f65f1189
3 changed files with 109 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "arduino_zero"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true"
}