sam: add support for the MKR1000 board

This commit is contained in:
fleshin
2020-12-02 18:33:23 -05:00
committed by GitHub
parent 2540172cc5
commit 7abc67107d
2 changed files with 97 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["arduino_mkr1000"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true"
}