mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
ecff6f8e0c
* machine/PyPortal: implementation, also includes refinements for other members of samd51x familty.
9 lines
210 B
JSON
9 lines
210 B
JSON
{
|
|
"inherits": ["atsamd51j20a"],
|
|
"build-tags": ["pyportal"],
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "PORTALBOOT",
|
|
"msd-firmware-name": "firmware.uf2"
|
|
}
|