mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
11 lines
286 B
JSON
11 lines
286 B
JSON
{
|
|
"inherits": ["atsamd51p19a"],
|
|
"build-tags": ["wioterminal"],
|
|
"serial": "usb",
|
|
"serial-port": ["acm:2886:002d", "acm:2886:802d"],
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "Arduino",
|
|
"msd-firmware-name": "firmware.uf2"
|
|
}
|