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