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

Add support for cmsis-dap with Keil Software vid #634

Merged
merged 4 commits into from
Nov 26, 2018
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
13 changes: 12 additions & 1 deletion misc/debuggerUsbMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,16 @@
"name": "USBtinySPI",
"short_name": "debugWIRE",
"config_file": ""
},
{
"vid": "c251",
"pid": [
"f001",
"f002",
"2722"
],
"name": "CMSIS-DAP",
"short_name": "cmsis-dap",
"config_file": "cmsis-dap.cfg"
}
]
]