[Pkg-electronics-commits] [openocd] 12/19: cfg: fix incorrect cortino reset config

Jonathan McDowell noodles at moszumanska.debian.org
Tue Oct 31 21:15:17 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 6145b016c2a4d90cf89f5ed218f2de7900b4331c
Author: Spencer Oliver <spen at spen-soft.co.uk>
Date:   Wed Sep 26 12:27:25 2012 +0100

    cfg: fix incorrect cortino reset config
    
    The cortino uses a direct srst connection rather than via any buffer.
    As a result this fixes issues with the newer ftdi driver.
    
    Change-Id: I28f6781bccae24de79aa6a03161f298a14fe2581
    Signed-off-by: Spencer Oliver <spen at spen-soft.co.uk>
    Reviewed-on: http://openocd.zylin.com/887
    Tested-by: jenkins
---
 tcl/interface/ftdi/cortino.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tcl/interface/ftdi/cortino.cfg b/tcl/interface/ftdi/cortino.cfg
index d4f83f1..4c0c5cf 100644
--- a/tcl/interface/ftdi/cortino.cfg
+++ b/tcl/interface/ftdi/cortino.cfg
@@ -13,6 +13,6 @@ interface ftdi
 ftdi_device_desc "Cortino"
 ftdi_vid_pid 0x0640 0x0032
 
-ftdi_layout_init 0x0308 0x031b
+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