18 lines
501 B
INI
18 lines
501 B
INI
|
#
|
||
|
# FTDI MiniModule
|
||
|
#
|
||
|
# http://www.ftdichip.com/Support/Documents/DataSheets/Modules/DS_FT2232H_Mini_Module.pdf
|
||
|
#
|
||
|
|
||
|
echo "WARNING!"
|
||
|
echo "This file was not tested with real interface, it is based on code in ft2232.c."
|
||
|
echo "Please report your experience with this file to openocd-devel mailing list,"
|
||
|
echo "so it could be marked as working or fixed."
|
||
|
|
||
|
interface ftdi
|
||
|
ftdi_device_desc "FT2232H MiniModule"
|
||
|
ftdi_vid_pid 0x0403 0x6010
|
||
|
|
||
|
ftdi_layout_init 0x0018 0x05fb
|
||
|
ftdi_layout_signal nSRST -data 0x0020
|