aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-09-26 10:45:12 +0100
committerFreddie Chopin <freddie.chopin@gmail.com>2012-10-02 11:27:02 +0000
commit5ed9eb61606694bb6d1b2f3f019ffea0f5b07be5 (patch)
tree78b7358f57a3742019e350a65af47919712ffa9c /tcl
parentbaf1797406ff80356ca7212df35f21d66dcc030e (diff)
downloadriscv-openocd-5ed9eb61606694bb6d1b2f3f019ffea0f5b07be5.zip
riscv-openocd-5ed9eb61606694bb6d1b2f3f019ffea0f5b07be5.tar.gz
riscv-openocd-5ed9eb61606694bb6d1b2f3f019ffea0f5b07be5.tar.bz2
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 <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/842 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/interface/ftdi/hitex_str9-comstick.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/interface/ftdi/hitex_str9-comstick.cfg b/tcl/interface/ftdi/hitex_str9-comstick.cfg
index f589381..b413746 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