aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/k40.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-08-23 21:03:29 +0100
committerFreddie Chopin <freddie.chopin@gmail.com>2012-08-29 06:24:36 +0000
commit2ce4e31bbcfabc06b7ac71d2e507e707d293c5c0 (patch)
tree2b6686f334bcb1d0123fa204938d6a419a7348de /tcl/target/k40.cfg
parent4be685c6167e8ac340cd383f0a0a61faaa45f3f8 (diff)
downloadriscv-openocd-2ce4e31bbcfabc06b7ac71d2e507e707d293c5c0.zip
riscv-openocd-2ce4e31bbcfabc06b7ac71d2e507e707d293c5c0.tar.gz
riscv-openocd-2ce4e31bbcfabc06b7ac71d2e507e707d293c5c0.tar.bz2
cfg: update for target's that support cortex_m AIRCR SYSRESETREQ
If the target supports SYSRESETREQ make sure we use that as the default if srst is not fitted/configured. Change-Id: I24c907493134506320e69c1218702930629c1cdc Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/792 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl/target/k40.cfg')
-rw-r--r--tcl/target/k40.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcl/target/k40.cfg b/tcl/target/k40.cfg
index 26b952b..57aa849 100644
--- a/tcl/target/k40.cfg
+++ b/tcl/target/k40.cfg
@@ -33,3 +33,7 @@ target create $_TARGETNAME cortex_m3 -chain-position $_CHIPNAME.cpu
$_CHIPNAME.cpu configure -event examine-start { puts "START..." ; }
$_CHIPNAME.cpu configure -event examine-end { puts "END..." ; }
+
+# if srst is not fitted use SYSRESETREQ to
+# perform a soft reset
+cortex_m3 reset_config sysresetreq