The str9-comstick uses a direct srst connection rather than via any buffer. As a result this fixes issues with the newer ftdi driver. Change-Id: I0968e8459997a6a2b7bf0c46e89662cd57b4f496 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/881 Tested-by: jenkins
19 lines
499 B
INI
19 lines
499 B
INI
#
|
|
# Hitex STR9-comStick
|
|
#
|
|
# http://www.hitex.com/index.php?id=383
|
|
#
|
|
|
|
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 "STR9-comStick"
|
|
ftdi_vid_pid 0x0640 0x002c
|
|
|
|
ftdi_layout_init 0x0108 0x010b
|
|
ftdi_layout_signal nTRST -data 0x0100
|
|
ftdi_layout_signal nSRST -data 0x0200 -oe 0x0200
|