Allow transports to override the selected target (hla configs unification)
[fw/openocd] / tcl / board / stm32429i_eval_stlink.cfg
index ad3ea808915ca269e34fac3cf2855fd6a0a5f369..117409aa2a28d2940dcb4beb408f089f1e662cfb 100644 (file)
@@ -6,13 +6,15 @@
 
 source [find interface/stlink-v2.cfg]
 
+transport select hla_swd
+
 # increase working area to 128KB
 set WORKAREASIZE 0x20000
 
 # chip name
 set CHIPNAME STM32F429NIH6
 
-source [find target/stm32f4x_stlink.cfg]
+source [find target/stm32f4x.cfg]
 
 # use hardware reset, connect under reset
 reset_config srst_only srst_nogate