Adding Support for Adafruit Metro M4 Express Airlift (#694)

* machine/metro-m4: add support for Adafruit Metro M4 Express Airlift board
This commit is contained in:
BCG
2019-11-15 03:52:54 -05:00
committed by Ron Evans
parent 93961f9d41
commit 009b27350e
5 changed files with 155 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"inherits": ["atsamd51j19a"],
"build-tags": ["sam", "atsamd51j19a", "metro_m4_airlift"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "METROM4BOOT",
"msd-firmware-name": "firmware.uf2"
}