mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
3f680b75f3
Some build tags were duplicated. This commit removes them.
7 lines
194 B
JSON
7 lines
194 B
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"
|
|
}
|