cfg: add srst_nogate to the supported targets, remove from board configs
[fw/openocd] / tcl / target / stm32f3x.cfg
index 4ad4bd5736ce8cc169ee51e7ec7fe77ec8fb3448..9547d8437c6371f2aa839a43c100d99d92bb6047 100644 (file)
@@ -70,6 +70,8 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME stm32f1x 0 0 0 0 $_TARGETNAME
 
+reset_config srst_nogate
+
 if {![using_hla]} {
    # if srst is not fitted use SYSRESETREQ to
    # perform a soft reset