tinygo/targets/arduino-mkr1000.json
2020-12-03 00:33:23 +01:00

6 строки
197 Б
JSON

{
"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"
}