From: Spencer Oliver Date: Wed, 26 Sep 2012 09:45:12 +0000 (+0100) Subject: cfg: fix incorrect str9-comstick reset config X-Git-Url: https://git.gag.com/?p=fw%2Fopenocd;a=commitdiff_plain;h=5ed9eb61606694bb6d1b2f3f019ffea0f5b07be5 cfg: fix incorrect str9-comstick reset config 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 Reviewed-on: http://openocd.zylin.com/842 Tested-by: jenkins Reviewed-by: Andreas Fritiofson Reviewed-by: Freddie Chopin --- diff --git a/tcl/interface/ftdi/hitex_str9-comstick.cfg b/tcl/interface/ftdi/hitex_str9-comstick.cfg index f5893817b..b4137468f 100644 --- a/tcl/interface/ftdi/hitex_str9-comstick.cfg +++ b/tcl/interface/ftdi/hitex_str9-comstick.cfg @@ -13,6 +13,6 @@ interface ftdi ftdi_device_desc "STR9-comStick" ftdi_vid_pid 0x0640 0x002c -ftdi_layout_init 0x0308 0x030b +ftdi_layout_init 0x0108 0x010b ftdi_layout_signal nTRST -data 0x0100 -ftdi_layout_signal nSRST -data 0x0200 +ftdi_layout_signal nSRST -data 0x0200 -oe 0x0200