]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/stm32f0x.cfg
Allow transports to override the selected target (hla configs unification)
[fw/openocd] / tcl / target / stm32f0x.cfg
index 104dcb9cf0e81f666de25543b27fdc31e2a169a6..79ea0952d36d62ddd81de73f0fe5dcdebde4cf1f 100644 (file)
@@ -50,6 +50,8 @@ adapter_khz 1000
 
 adapter_nsrst_delay 100
 
-# if srst is not fitted use SYSRESETREQ to
-# perform a soft reset
-cortex_m reset_config sysresetreq
+if {![using_hla]} {
+   # if srst is not fitted use SYSRESETREQ to
+   # perform a soft reset
+   cortex_m reset_config sysresetreq
+}