Skip to content

Commit

Permalink
config: udev: Add rule for the V3 MINIE programmer
Browse files Browse the repository at this point in the history
  • Loading branch information
angiglesias committed Nov 22, 2022
1 parent f93adb9 commit eb35054
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 eb35054

Please sign in to comment.