This is an automated email from Gerrit.

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

-- gerrit

commit e704a158c7447eb7243fb77e4c68e9db13d91e4e
Author: Ash Charles <[email protected]>
Date:   Wed Apr 16 17:32:23 2014 -0700

    Add support for Gumstix AeroCore device
    
    The Gumstix AeroCore board [1] contains a STM32F427 microcontroller.
    The JTAG interface for this chip can be accessed via a USB connection
    provided by an FTDI chip (0403:6011).
    
    [1] https://store.gumstix.com/index.php/products/585/
    
    Change-Id: I0bf3bb525f51528bedd807b1f7210b09ef2e1015
    Signed-off-by: Ash Charles <[email protected]>

diff --git a/tcl/interface/ftdi/aerocore.cfg b/tcl/interface/ftdi/aerocore.cfg
new file mode 100644
index 0000000..26331b9
--- /dev/null
+++ b/tcl/interface/ftdi/aerocore.cfg
@@ -0,0 +1,7 @@
+# JTAG for the STM32F4x chip used on the Gumstix AeroCore is available on
+# the first interface of a Quad FTDI chip.  nTRST is bit 4.
+interface ftdi
+ftdi_vid_pid 0x0403 0x6011
+
+ftdi_layout_init 0x0000 0x001b
+ftdi_layout_signal nTRST -data 0x0010

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to