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/2462

-- gerrit

commit ca52f4e8875b1501431033b9f11f77988fa86963
Author: Paul Fertser <fercer...@gmail.com>
Date:   Sat Jan 10 14:12:37 2015 +0300

    tcl/board: frdm kinetis boards have SRST connected
    
    Change-Id: I1a56b5e9d1ac6466bba11cc694ee3eaa2c9b504f
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/tcl/board/frdm-kl25z.cfg b/tcl/board/frdm-kl25z.cfg
index 40896e5..89ee32d 100644
--- a/tcl/board/frdm-kl25z.cfg
+++ b/tcl/board/frdm-kl25z.cfg
@@ -10,4 +10,6 @@ set WORKAREASIZE 0x4000
 # chip name
 set CHIPNAME MKL25Z128VLK4
 
+reset_config srst_only
+
 source [find target/kl25.cfg]
diff --git a/tcl/board/frdm-kl46z.cfg b/tcl/board/frdm-kl46z.cfg
index 16ffa8d..eee4d8e 100644
--- a/tcl/board/frdm-kl46z.cfg
+++ b/tcl/board/frdm-kl46z.cfg
@@ -10,4 +10,6 @@ set WORKAREASIZE 0x4000
 # chip name
 set CHIPNAME MKL46Z256VLL4
 
+reset_config srst_only
+
 source [find target/kl46.cfg]

-- 

------------------------------------------------------------------------------
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