mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
aca1ad187d
For more information, see https://github.com/tinygo-org/tinygo/pull/3168
11 lines
286 B
JSON
11 lines
286 B
JSON
{
|
|
"inherits": ["atsamd51j20a"],
|
|
"build-tags": ["pyportal"],
|
|
"serial": "usb",
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"serial-port": ["acm:239a:8035", "acm:239a:8036"],
|
|
"msd-volume-name": "PORTALBOOT",
|
|
"msd-firmware-name": "firmware.uf2"
|
|
}
|