blob: 89d7bfa69dbf5a41c59de577be1733ff338d7f4c (
plain)
1
2
3
4
5
6
7
|
{
"inherits": ["atsamd21g18a"],
"build-tags": ["arduino_mkr1000"],
"serial": "usb",
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true"
}
|