mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
2721ab146f
* machine/xiao: add support for Seeedstudio XIAO board
9 lines
226 B
JSON
9 lines
226 B
JSON
{
|
|
"inherits": ["atsamd21g18a"],
|
|
"build-tags": ["sam", "atsamd21g18a", "xiao"],
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "Arduino",
|
|
"msd-firmware-name": "firmware.uf2"
|
|
}
|