mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
9 lines
277 B
JSON
9 lines
277 B
JSON
{
|
|
"inherits": ["atsamd21g18a"],
|
|
"build-tags": ["arduino_mkrwifi1010"],
|
|
"serial": "usb",
|
|
"serial-port": ["acm:2341:8054", "acm:2341:0054"],
|
|
"flash-command": "bossac -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
|
|
"flash-1200-bps-reset": "true"
|
|
}
|