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

Commit c090b8d

Browse files
DeqingSunczgtest
authored andcommitted
Add support for cmsis-dap with Keil Software vid (#634)
Referring to https://github.com/01org/OpenOCD/blob/master/src/jtag/drivers/cmsis_dap_usb.c Line 49 /* Known vid/pid pairs: * VID 0xc251: Keil Software * PID 0xf001: LPC-Link-II CMSIS_DAP * PID 0xf002: OPEN-SDA CMSIS_DAP (Freedom Board) * PID 0x2722: Keil ULINK2 CMSIS-DAP * * VID 0x0d28: mbed Software * PID 0x0204: MBED CMSIS-DAP */
1 parent a132c3a commit c090b8d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

misc/debuggerUsbMapping.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,16 @@
7676
"name": "USBtinySPI",
7777
"short_name": "debugWIRE",
7878
"config_file": ""
79+
},
80+
{
81+
"vid": "c251",
82+
"pid": [
83+
"f001",
84+
"f002",
85+
"2722"
86+
],
87+
"name": "CMSIS-DAP",
88+
"short_name": "cmsis-dap",
89+
"config_file": "cmsis-dap.cfg"
7990
}
80-
]
91+
]

0 commit comments

Comments
 (0)