]> git.sur5r.net Git - openocd/commitdiff
tcl/target/stellaris: Snowflake supports SYSRESETREQ too
authorPaul Fertser <fercerpav@gmail.com>
Sat, 10 Jan 2015 10:56:27 +0000 (13:56 +0300)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 26 Jan 2015 20:57:56 +0000 (20:57 +0000)
Change-Id: If4bf472ab8867c54a976bdb5803f7e4f79f350a8
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2461
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-by: Ed Beroset <beroset@ieee.org>
tcl/target/stellaris.cfg

index 3ee2d1938141cb09754fea63a08de51d88ee5d75..4fe99394aa83191e1b3c4e056a88a6a5a7b3b40e 100644 (file)
@@ -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 {