Support for Adafruit Feather M0 Express board

This commit is contained in:
Thomas Richner
2023-01-02 21:07:13 +01:00
committed by Ron Evans
parent ae65b37762
commit 05ec4e6bd0
2 changed files with 111 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"inherits": ["atsamd21g18a"],
"build-tags": ["feather_m0_express"],
"serial": "usb",
"serial-port": ["239a:801b"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "FEATHERBOOT",
"msd-firmware-name": "firmware.uf2"
}