Board support for Adafruit Gemma M0 (#3903)

machine, targets: Board support for Adafruit Gemma M0
This commit is contained in:
Timothy Rule
2023-09-11 11:11:26 +02:00
committed by GitHub
parent bb9a9beed5
commit 75aca0f5ee
3 changed files with 108 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"inherits": ["atsamd21e18a"],
"build-tags": ["gemma_m0"],
"serial": "usb",
"serial-port": ["239a:801e"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": ["GEMMABOOT"],
"msd-firmware-name": "firmware.uf2"
}