aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2021-10-12 08:28:34 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2021-11-05 22:44:19 +0000
commit4afd8852bb320deea553504161bd2c79c434bb1b (patch)
tree76f64c3fc2143d0c3d170f7dd6b8e2c3a5977e4e /doc
parent6fef2eca381ddcda593aca27290706873a9bcde2 (diff)
downloadriscv-openocd-4afd8852bb320deea553504161bd2c79c434bb1b.zip
riscv-openocd-4afd8852bb320deea553504161bd2c79c434bb1b.tar.gz
riscv-openocd-4afd8852bb320deea553504161bd2c79c434bb1b.tar.bz2
Remove remaining references to FTD2XX driver
This includes a USB blaster configuration that only worked with that low-level access and some obsolete build-tests. Change-Id: I53d27cbf782ebbd131b1af25e358adf35f2b4500 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/6660 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 7bf0fe9..cd64c7a 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2459,7 +2459,7 @@ This driver is for adapters using the MPSSE (Multi-Protocol Synchronous Serial
Engine) mode built into many FTDI chips, such as the FT2232, FT4232 and FT232H.
The driver is using libusb-1.0 in asynchronous mode to talk to the FTDI device,
-bypassing intermediate libraries like libftdi or D2XX.
+bypassing intermediate libraries like libftdi.
Support for new FTDI based adapters can be added completely through
configuration files, without the need to patch and rebuild OpenOCD.
@@ -2728,13 +2728,6 @@ USB JTAG/USB-Blaster compatibles over one of the userspace libraries
for FTDI chips. These interfaces have several commands, used to
configure the driver before initializing the JTAG scan chain:
-@deffn {Config Command} {usb_blaster device_desc} description
-Provides the USB device description (the @emph{iProduct string})
-of the FTDI FT245 device. If not
-specified, the FTDI default value is used. This setting is only valid
-if compiled with FTD2XX support.
-@end deffn
-
@deffn {Config Command} {usb_blaster vid_pid} vid pid
The vendor ID and product ID of the FTDI FT245 device. If not specified,
default values are used.