tcl/target/stellaris: Snowflake supports SYSRESETREQ too

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>
This commit is contained in:
Paul Fertser 2015-01-10 13:56:27 +03:00 committed by Spencer Oliver
parent 38107ff966
commit 064dc5daac
1 changed files with 2 additions and 2 deletions

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