From: Spencer Oliver Date: Mon, 20 Feb 2012 11:39:12 +0000 (+0000) Subject: cfg: enable stm32f2x SYSRESETREQ support X-Git-Tag: v0.6.0-rc1~226 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0ef9960b6f4caacc69c4a839e6b759e8c6a9b82;p=openocd cfg: enable stm32f2x SYSRESETREQ support The stm32 family supports using SYSRESETREQ as a software reset, lets use it. Change-Id: I171ffa8d888a2d0c28b266051030311521e9bca9 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/472 Tested-by: jenkins Reviewed-by: Mathias Küster --- diff --git a/tcl/target/stm32f2x.cfg b/tcl/target/stm32f2x.cfg index ae637517..a3076535 100644 --- a/tcl/target/stm32f2x.cfg +++ b/tcl/target/stm32f2x.cfg @@ -59,3 +59,6 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE set _FLASHNAME $_CHIPNAME.flash flash bank $_FLASHNAME stm32f2x 0 0 0 0 $_TARGETNAME +# if srst is not fitted use SYSRESETREQ to +# perform a soft reset +cortex_m3 reset_config sysresetreq