Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

vid and pid for Adafruit Grand Central M4 (SAMD51) #1218

Merged
merged 2 commits into from
Jan 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions misc/usbmapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down