tinygo/targets/arduino-zero.json
Ayke van Laethem 3f680b75f3 sam: remove redundant build tags
Some build tags were duplicated. This commit removes them.
2020-11-15 16:19:51 +01:00

6 строки
194 Б
JSON

{
"inherits": ["atsamd21g18a"],
"build-tags": ["arduino_zero"],
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
"flash-1200-bps-reset": "true"
}