From 064dc5daaccec5ba569d46aee0e9291352300d8b Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Sat, 10 Jan 2015 13:56:27 +0300 Subject: [PATCH] tcl/target/stellaris: Snowflake supports SYSRESETREQ too Change-Id: If4bf472ab8867c54a976bdb5803f7e4f79f350a8 Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2461 Tested-by: jenkins Reviewed-by: Spencer Oliver Reviewed-by: Ed Beroset --- tcl/target/stellaris.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg index 3ee2d19381..4fe99394aa 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 { -- 2.30.2