X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fstellaris.cfg;h=4fe99394aa83191e1b3c4e056a88a6a5a7b3b40e;hb=eb26a884e0ff0fb6568aeda65fe21eec1e5b6557;hp=3ee2d1938141cb09754fea63a08de51d88ee5d75;hpb=c7384117c66e8f18896ca09ab8095d6da16bb1e5;p=fw%2Fopenocd diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg index 3ee2d1938..4fe99394a 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 {