mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
aca1ad187d
For more information, see https://github.com/tinygo-org/tinygo/pull/3168
11 lines
288 B
JSON
11 lines
288 B
JSON
{
|
|
"inherits": ["atsamd21g18a"],
|
|
"build-tags": ["itsybitsy_m0"],
|
|
"serial": "usb",
|
|
"serial-port": ["acm:239a:800f", "acm:239a:8012"],
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "ITSYBOOT",
|
|
"msd-firmware-name": "firmware.uf2"
|
|
}
|