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

-- gerrit

commit 4ae4344cbcaaf79006c74d27749a7354db36320e
Author: Paul Fertser <fercer...@gmail.com>
Date:   Sat Jan 10 13:56:27 2015 +0300

    tcl/target/stellaris: Snowflake supports SYSRESETREQ too
    
    Change-Id: If4bf472ab8867c54a976bdb5803f7e4f79f350a8
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg
index 3ee2d19..4fe9939 100644
--- a/tcl/target/stellaris.cfg
+++ b/tcl/target/stellaris.cfg
@@ -155,9 +155,9 @@ $_TARGETNAME configure -event reset-start {
        }
 
        if {$device_class == 0 || $device_class == 1 ||
-               $device_class == 3 || $device_class == 5} {
+               $device_class == 3 || $device_class == 5 || $device_class == 
0xa} {
                if {![using_hla]} {
-                  # Sandstorm, Fury, DustDevil and Blizzard are able to use 
NVIC SYSRESETREQ
+                  # Sandstorm, Fury, DustDevil, Blizzard and Snowflake are 
able to use NVIC SYSRESETREQ
                   cortex_m reset_config sysresetreq
                }
        } else {

-- 

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