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>
This commit is contained in:
@@ -27,11 +27,11 @@
|
||||
#
|
||||
# TODO: Refactor the usb_blaster driver to allow loading firmware using any low
|
||||
# level driver. Loading firmware is currently only supported on the ublast2
|
||||
# driver but ixo-usb-jtag requires the ftdi or ftd2xx driver.
|
||||
# driver but ixo-usb-jtag requires the ftdi driver.
|
||||
|
||||
interface usb_blaster
|
||||
usb_blaster_vid_pid 0x16C0 0x06AD
|
||||
usb_blaster_device_desc "Van Ooijen Technische Informatica"
|
||||
# ixo-usb-jtag is only compatible with the ublast1 protocol implemented via the
|
||||
# ftdi or ftd2xx modes, using ublast2 will cause openocd to hang.
|
||||
# ftdi modes, using ublast2 will cause openocd to hang.
|
||||
usb_blaster_lowlevel_driver ftdi
|
||||
|
||||
Reference in New Issue
Block a user