diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2018-09-23 09:53:30 +0200 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2018-12-06 10:02:33 +0000 |
commit | 5d9dad6de1ecc0e637bef2586983dbcbc3a4e194 (patch) | |
tree | 84bfc628e8906234683a93a8ff6e7ee564a2ee67 /tcl/interface | |
parent | 9d67f00670f861335f5dad1b2e03b3871e76545c (diff) | |
download | riscv-openocd-5d9dad6de1ecc0e637bef2586983dbcbc3a4e194.zip riscv-openocd-5d9dad6de1ecc0e637bef2586983dbcbc3a4e194.tar.gz riscv-openocd-5d9dad6de1ecc0e637bef2586983dbcbc3a4e194.tar.bz2 |
stlink: add usb pid for v2.1 without mass storage device
New version of ST-Link/V2.1 without mass storage device.
From debug point of view, it is compatible with existing ST-Link/V2.1
It uses a new USB PID because the USB endpoints and interfaces are
different from usual ST-Link/V2.1
Add the new PID in the driver, in the tcl interface script and in the
udev configuration script.
Change-Id: Id2e1b5a5d0347c5d951a86a9cdb76be52cfd4ea3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4702
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/stlink.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/interface/stlink.cfg b/tcl/interface/stlink.cfg index d747d85..f7f70c8 100644 --- a/tcl/interface/stlink.cfg +++ b/tcl/interface/stlink.cfg @@ -6,7 +6,7 @@ interface hla hla_layout stlink hla_device_desc "ST-LINK" -hla_vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b +hla_vid_pid 0x0483 0x3744 0x0483 0x3748 0x0483 0x374b 0x0483 0x3752 # Optionally specify the serial number of ST-LINK/V2 usb device. ST-LINK/V2 # devices seem to have serial numbers with unreadable characters. ST-LINK/V2 |