Skip to content

Commit

Permalink
Merge pull request #1281 from angiglesias/develop
Browse files Browse the repository at this point in the history
Added udev-rule rule for the V3 MINIE programmer
  • Loading branch information
Nightwalker-87 authored Dec 28, 2022
2 parents 879e769 + eb35054 commit 5af42f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/udev/rules.d/49-stlinkv3.rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3752", \
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", \
MODE:="0666", \
SYMLINK+="stlinkv3_%n"


# STLink V3SET MINIE
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3754", \
MODE:="0666", \
SYMLINK+="stlinkv3_%n"

# STLink V3SET
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374d", \
MODE:="0666", \
Expand Down

0 comments on commit 5af42f7

Please sign in to comment.