tinygo/targets/feather-m4.json
BCG 0db403dc0c Adding Board: Feather M4 Express (#688)
* machine/feather-m4: Adding Feather M4
2019-11-05 15:34:46 +01:00

8 строки
236 Б
JSON

{
"inherits": ["atsamd51j19a"],
"build-tags": ["sam", "atsamd51j19a", "feather_m4"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "FEATHERBOOT",
"msd-firmware-name": "firmware.uf2"
}