]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/stm32l1.cfg
cfg: add srst_nogate to the supported targets, remove from board configs
[fw/openocd] / tcl / target / stm32l1.cfg
index ccbec09d2ededcdb7aeccac3547eb3a679b0afef..8591830cc176d0d8ca41afa5fbb1c0c82fc77e84 100644 (file)
@@ -75,6 +75,8 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME stm32lx 0x08000000 0 0 0 $_TARGETNAME
 
+reset_config srst_nogate
+
 if {![using_hla]} {
    # if srst is not fitted use SYSRESETREQ to
    # perform a soft reset