target: add Espressif ESP32 basic support
[fw/openocd] / tcl / board / stm32f3discovery.cfg
index 5fd5950889418a3436fb838adbec34d4557dd436..9bb62f5f2a33cc18eb7a6f062362fc289b8c4627 100644 (file)
@@ -1,9 +1,10 @@
 # This is an STM32F3 discovery board with a single STM32F303VCT6 chip.
 # http://www.st.com/internet/evalboard/product/254044.jsp
 
-source [find interface/stlink-v2.cfg]
+source [find interface/stlink.cfg]
 
-source [find target/stm32f3x_stlink.cfg]
+transport select hla_swd
 
-# use hardware reset, connect under reset
-reset_config srst_only srst_nogate
+source [find target/stm32f3x.cfg]
+
+reset_config srst_only