mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 10:08:37 +10:00
There are still few adapter_khz, ftdi_location, jtag_nsrst_delay and xds110_serial strolling around ... Change-Id: I3e8503dcc3875e3c92e6536f3d455a5e448d51ff Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6270 Tested-by: jenkins
16 lines
349 B
INI
16 lines
349 B
INI
adapter driver ftdi
|
|
ftdi_device_desc "Quad RS232-HS"
|
|
ftdi_vid_pid 0x0403 0x6011
|
|
ftdi_channel 0
|
|
ftdi_layout_init 0x0008 0x000b
|
|
# adapter usb location 1:8
|
|
|
|
reset_config none
|
|
transport select jtag
|
|
adapter speed 25000
|
|
|
|
source [find cpld/xilinx-xc7.cfg]
|
|
source [find cpld/jtagspi.cfg]
|
|
source [find fpga/xilinx-xadc.cfg]
|
|
source [find fpga/xilinx-dna.cfg]
|