aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stellaris.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stellaris.cfg')
-rw-r--r--tcl/target/stellaris.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg
index 3ee2d193..4fe99394 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 {