Skip to content

Commit d540dfa

Browse files
committed
added arduino-mkr1000 target
1 parent ee5ba57 commit d540dfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

targets/arduino-mkr1000.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"inherits": ["atsamd21g18a"],
3+
"build-tags": ["sam", "atsamd21g18a", "arduino_mkr1000"],
4+
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
5+
"flash-1200-bps-reset": "true"
6+
}

0 commit comments

Comments
 (0)