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

Commit fba4a22

Browse files
authored
Merge pull request #1366 from fkromer/stlinkv3
add support for st link v3.0
2 parents dad8b4b + 1e4bef7 commit fba4a22

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

misc/debuggerUsbMapping.json

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
"short_name": "stlink-2.1",
2121
"config_file": "stlink-v2-1.cfg"
2222
},
23+
{
24+
"vid": "0483",
25+
"pid": [
26+
"374e",
27+
"374f",
28+
"3753"
29+
],
30+
"name": "ST Link V3.0",
31+
"short_name": "stlink-v3.0",
32+
"config_file": "stlink-v3-0.cfg"
33+
},
2334
{
2435
"pid": [
2536
"0101",

0 commit comments

Comments
 (0)