created udev rules for ST-Link 2 and 3

This commit is contained in:
puckoprutt 2026-07-06 10:49:27 +02:00
parent c6437386f7
commit 242ec9bd6a

9
70-st-link.rules Normal file
View File

@ -0,0 +1,9 @@
# STM32F3DISCOVERY rev A/B - ST-LINK/V2
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3748", TAG+="uaccess"
# STM32F3DISCOVERY rev C+ - ST-LINK/V2-1
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", TAG+="uaccess"
# STM32H7DISCOVERY - ST-LINK/V3
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3754", TAG+="uaccess"