Seeed XIAO support (#1170)

* machine/xiao: add support for Seeedstudio XIAO board
This commit is contained in:
sago35
2020-06-22 16:01:13 +09:00
committed by GitHub
parent 81c723db1a
commit 2721ab146f
4 changed files with 137 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["sam", "atsamd21g18a", "xiao"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "Arduino",
"msd-firmware-name": "firmware.uf2"
}