This repository was archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy pathdebuggerUsbMapping.json
102 lines (102 loc) · 2.11 KB
/
debuggerUsbMapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"vid": "0483",
"pid": "3744",
"name": "ST Link V1.0",
"short_name": "stlink-1.0",
"config_file": "stlink-v1.cfg"
},
{
"vid": "0483",
"pid": "3748",
"name": "ST Link V2.0",
"short_name": "stlink-2.0",
"config_file": "stlink-v2.cfg"
},
{
"vid": "0483",
"pid": "374b",
"name": "ST Link V2.1",
"short_name": "stlink-2.1",
"config_file": "stlink-v2-1.cfg"
},
{
"vid": "0483",
"pid": [
"374e",
"374f",
"3753"
],
"name": "ST Link V3.0",
"short_name": "stlink-v3.0",
"config_file": "stlink-v3-0.cfg"
},
{
"pid": [
"0101",
"0102",
"0103",
"0104",
"0105",
"0106",
"0107",
"0108",
"0109",
"0110",
"0111",
"0112",
"0113",
"0114",
"0115",
"0116",
"0117",
"0118"
],
"vid": "1366",
"name": "JLink",
"short_name": "jlink",
"config_file": "jlink.cfg"
},
{
"vid": "03eb",
"pid": "2111",
"name": "CMSIS-DAP",
"short_name": "cmsis-dap",
"config_file": "cmsis-dap.cfg"
},
{
"vid": "03eb",
"pid": [
"2111",
"2157"
],
"name": "CMSIS-DAP",
"short_name": "cmsis-dap",
"config_file": "cmsis-dap.cfg"
},
{
"vid": "0d28",
"pid": "0204",
"name": "CMSIS-DAP",
"short_name": "cmsis-dap",
"config_file": "cmsis-dap.cfg"
},
{
"vid": "1781",
"pid": "0c9f",
"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"
}
]