Skip to content

Commit

Permalink
Merge pull request #1518 from nvincent-vossloh/add-stlink-chipid
Browse files Browse the repository at this point in the history
udev: Adds model id for stlink-v2 and v3
  • Loading branch information
jluebbe authored Oct 11, 2024
2 parents b120654 + 51205ed commit b9047fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions labgrid/resource/udev.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,9 @@ def filter_match(self, device):

if match not in [("0403", "6010"), # FT2232C/D/H Dual UART/FIFO IC
("0403", "6014"), # FT232HL/Q
("0483", "3748"), # STLINK-V2
("0483", "374b"), # STLINK-V3
("0483", "374e"), # STLINK-V3
("0483", "374f"), # STLINK-V3
("15ba", "0003"), # Olimex ARM-USB-OCD
("15ba", "002b"), # Olimex ARM-USB-OCD-H
Expand Down

0 comments on commit b9047fd

Please sign in to comment.