From c60d612e18eba3be414068006c4221da9db56951 Mon Sep 17 00:00:00 2001 From: Lee Congdon Date: Fri, 26 Mar 2021 16:39:28 -0400 Subject: [PATCH] vid and pid for Adafruit Grand Central M4 (SAMD51) --- misc/usbmapping.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/misc/usbmapping.json b/misc/usbmapping.json index 1acd8ad1..ac0a04bc 100644 --- a/misc/usbmapping.json +++ b/misc/usbmapping.json @@ -141,6 +141,15 @@ "architecture": "samd", "id": "adafruit_feather_m0", "target": "at91samdXX.cfg" + }, + { + "vid": "239a", + "pid": "8031", + "name": "Adafruit Grand Central M4 (SAMD51)", + "package": "adafruit", + "architecture": "samd", + "id": "adafruit_grandcentral_m4", + "target": "atsame5x.cfg" } ] },