tinygo/targets/pyportal.json
BCG ecff6f8e0c Adafruit PyPortal Support (#800)
* machine/PyPortal: implementation, also includes refinements for other members of samd51x familty.
2020-01-06 11:53:43 +01:00

8 строки
210 Б
JSON

{
"inherits": ["atsamd51j20a"],
"build-tags": ["pyportal"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "PORTALBOOT",
"msd-firmware-name": "firmware.uf2"
}