This is an automated email from Gerrit.

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

-- gerrit

commit 56a5d102e54d3ef4e350e2bfd64711a69225026e
Author: Paul Fertser <[email protected]>
Date:   Thu Oct 31 15:16:15 2013 +0400

    ftdi/tumpa.cfg: enable proper output buffer control, add another USB ID
    
    The schematics used for writing the config file were incorrect, real
    hardware needs ACBUS3 _low_ as it's connected directly to the output
    buffer's !OE pin.
    
    Also apparently sometimes TUMPA comes with default FTDI IDs.
    
    Real-life tested (including TRST and SRST) with a custom stm32f103
    board, thanks to Mike Wang for the adapter sample.
    
    Change-Id: Iab566e6d14f8392030f6ff2c8d976e1b57cf5ce6
    Signed-off-by: Paul Fertser <[email protected]>

diff --git a/tcl/interface/ftdi/tumpa.cfg b/tcl/interface/ftdi/tumpa.cfg
index a0cf332..e4b59b1 100644
--- a/tcl/interface/ftdi/tumpa.cfg
+++ b/tcl/interface/ftdi/tumpa.cfg
@@ -5,9 +5,9 @@
 #
 
 interface ftdi
-ftdi_vid_pid 0x0403 0x8a98
+ftdi_vid_pid 0x0403 0x8a98 0x0403 0x6010
 
-ftdi_layout_init 0x0838 0x087b
+ftdi_layout_init 0x0038 0x087b
 ftdi_layout_signal nTRST -data 0x0020
 ftdi_layout_signal nSRST -data 0x0010
 

-- 

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to