]> git.sur5r.net Git - openocd/commitdiff
cfg: change default SAM4L cortex_m reset_config
authorSpencer Oliver <spen@spen-soft.co.uk>
Thu, 27 Feb 2014 20:44:19 +0000 (20:44 +0000)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 17 Mar 2014 12:50:17 +0000 (12:50 +0000)
From testing this target does not seem to support using SYSRESETREQ, change
the default to the safe VECTRESET.

This target also has other reset issues (srst not working) that will be
addressed in another patch.

Change-Id: Icfc78347dc71aa3a062ddea63190a818d7fbc760
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1995
Tested-by: jenkins
Reviewed-by: Angus Gratton <gus@projectgus.com>
tcl/target/at91sam4lXX.cfg

index 590d78f357047f0a3d4ab95c565cd19440b02d80..77ff98a8c95eac2dc038d654683d1602e879a8ba 100644 (file)
@@ -6,3 +6,6 @@ source [find target/at91sam4XXX.cfg]
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME at91sam4l 0x00000000 0 1 1 $_TARGETNAME
 
+# if srst is not fitted use VECTRESET to perform a soft reset
+# this will only reset the core, not the peripherals
+cortex_m reset_config vectreset