diff options
author | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-02-15 23:17:24 +0100 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-11-06 09:47:12 +0000 |
commit | bcaf775fc10d88d2c63c06bafada141895318b34 (patch) | |
tree | 043dfe21d9dc1d5fefac0e98341d0fa8e7cd4084 /doc | |
parent | cc2d4f015f72d7c30d613b50572eb9f31fac515a (diff) | |
download | riscv-openocd-bcaf775fc10d88d2c63c06bafada141895318b34.zip riscv-openocd-bcaf775fc10d88d2c63c06bafada141895318b34.tar.gz riscv-openocd-bcaf775fc10d88d2c63c06bafada141895318b34.tar.bz2 |
Remove support for the GPL incompatible FTDI D2XX library
Convert Presto, OpenJTAG and USB-Blaster (I) adapter drivers to libftdi
only.
Change-Id: Ib28887620a3dcbb754b9dbf87b9731acca3ac600
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/3237
Tested-by: jenkins
Reviewed-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 34cf69d..0fef9fb 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2624,7 +2624,7 @@ reset_config srst_only @end example @end deffn -@deffn {Command} {usb_blaster_lowlevel_driver} (@option{ftdi}|@option{ftd2xx}|@option{ublast2}) +@deffn {Command} {usb_blaster_lowlevel_driver} (@option{ftdi}|@option{ublast2}) Chooses the low level access method for the adapter. If not specified, @option{ftdi} is selected unless it wasn't enabled during the configure stage. USB-Blaster II needs @option{ublast2}. |