This is an automated email from Gerrit.

Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2539

-- gerrit

commit b42cb7425e17cbc07724ee7e766d77d3bc032977
Author: Anton Kuzmin <anton.kuz...@cs.fau.de>
Date:   Mon Feb 9 22:23:22 2015 +0300

    tcl/interface/ftdi: correct LED config for BusBlaster KT-Link
    
    Configure the LED to be off by default, blink on activity.
    
    Change-Id: I8515ee66c49bddf866268b85811be15c2dbc086c
    Signed-off-by: Anton Kuzmin <anton.kuz...@cs.fau.de>
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/tcl/interface/ftdi/dp_busblaster_kt-link.cfg 
b/tcl/interface/ftdi/dp_busblaster_kt-link.cfg
index afa4de4..2d27519 100644
--- a/tcl/interface/ftdi/dp_busblaster_kt-link.cfg
+++ b/tcl/interface/ftdi/dp_busblaster_kt-link.cfg
@@ -16,6 +16,6 @@ ftdi_vid_pid 0x0403 0x6010
 ftdi_layout_init 0x8c28 0xff3b
 ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
 ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
-ftdi_layout_signal LED -data 0x8000
+ftdi_layout_signal LED -ndata 0x8000
 ftdi_layout_signal SWD_EN -ndata 0x0020 -oe 0x2000
 ftdi_layout_signal SWDIO_OE -ndata 0x1000

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to