This is an automated email from Gerrit.

Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/850

-- gerrit

commit ba388e054563ceb37e8010fb3e7ec8742268b1f2
Author: Spencer Oliver <[email protected]>
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 <[email protected]>

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

-- 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to