[Pkg-electronics-commits] [openocd] 06/19: cfg: fix incorrect str9-comstick reset config

Jonathan McDowell noodles at moszumanska.debian.org
Tue Oct 31 21:15:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

noodles pushed a commit to annotated tag v0.6.1
in repository openocd.

commit a384596034e219b89b98563b4fab9486358b4353
Author: Spencer Oliver <spen at spen-soft.co.uk>
Date:   Wed Sep 26 10:45:12 2012 +0100

    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 at spen-soft.co.uk>
    Reviewed-on: http://openocd.zylin.com/881
    Tested-by: jenkins
---
 tcl/interface/ftdi/hitex_str9-comstick.cfg | 4 ++--
 1 file 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/openocd.git



More information about the Pkg-electronics-commits mailing list