Skip to content

Commit 4ca2a60

Browse files
Merge pull request #1193 from MischaZihler/pr-add-stlink-v2-support
Add vendor and model id of STLink V2 to USBDebugger resource
2 parents f1ed85e + edf087d commit 4ca2a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labgrid/resource/udev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ def filter_match(self, device):
687687
match = (device.properties.get('ID_VENDOR_ID'), device.properties.get('ID_MODEL_ID'))
688688

689689
if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC
690+
("0483", "374b"), # STLINK-V3
690691
("0483", "374f"), # STLINK-V3
691692
("15ba", "0003"), # Olimex ARM-USB-OCD
692693
("15ba", "002b"), # Olimex ARM-USB-OCD-H

0 commit comments

Comments
 (0)