This is an automated email from Gerrit.

Freddie Chopin (freddie.cho...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/883

-- gerrit

commit efc31d3b428c6c762510f8012292f76c0e7c9485
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Tue Oct 2 12:45:41 2012 +0100

    cfg: fix incorrect stm32-performance stick config
    
    This hardware uses a output enable buffer that was not correctly defined.
    Fixes issues when using the new ftdi driver.
    
    Change-Id: Iba6235a71a6d3c7d16ab729f858b336a4574dfea
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/tcl/interface/ftdi/stm32-stick.cfg 
b/tcl/interface/ftdi/stm32-stick.cfg
index 86280a8..f0a7b37 100644
--- a/tcl/interface/ftdi/stm32-stick.cfg
+++ b/tcl/interface/ftdi/stm32-stick.cfg
@@ -13,6 +13,6 @@ interface ftdi
 ftdi_device_desc "STM32-PerformanceStick"
 ftdi_vid_pid 0x0640 0x002d
 
-ftdi_layout_init 0x0188 0x038b
+ftdi_layout_init 0x0388 0x038b
 ftdi_layout_signal nTRST -data 0x0100
-ftdi_layout_signal nSRST -data 0x0080
+ftdi_layout_signal nSRST -data 0x0080 -noe 0x200

-- 

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to