aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas@sandberg.uk>2021-09-08 23:09:51 +0100
committerAntonio Borneo <borneo.antonio@gmail.com>2021-09-18 15:27:16 +0000
commit564e7576ab13fc0aec06581630eff398c8cf87bd (patch)
tree2e391025593eeeec6abd9ac2133210412b50efd9 /contrib
parent00b16b294faad9102db8a56df537be443f74d18f (diff)
downloadriscv-openocd-564e7576ab13fc0aec06581630eff398c8cf87bd.zip
riscv-openocd-564e7576ab13fc0aec06581630eff398c8cf87bd.tar.gz
riscv-openocd-564e7576ab13fc0aec06581630eff398c8cf87bd.tar.bz2
stlink: Add PID for V3 device without MSD
Add the 0x3754 PID used by some STLINK-V3 devices when MSD has been disabled. This PID has been observed on a Nucleo-G431RB board. Signed-off-by: Andreas Sandberg <andreas@sandberg.uk> Change-Id: Idb85874fa5a9dff5940bae7e95426a956693b976 Reviewed-on: https://review.openocd.org/c/openocd/+/6555 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/60-openocd.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/60-openocd.rules b/contrib/60-openocd.rules
index a6ff995..94573a8 100644
--- a/contrib/60-openocd.rules
+++ b/contrib/60-openocd.rules
@@ -93,6 +93,7 @@ ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374d", MODE="660", GROUP="plugdev",
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", MODE="660", GROUP="plugdev", TAG+="uaccess"
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", MODE="660", GROUP="plugdev", TAG+="uaccess"
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3753", MODE="660", GROUP="plugdev", TAG+="uaccess"
+ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3754", MODE="660", GROUP="plugdev", TAG+="uaccess"
# Cypress SuperSpeed Explorer Kit
ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="0007", MODE="660", GROUP="plugdev", TAG+="uaccess"