]> git.sur5r.net Git - openocd/blobdiff - tcl/board/hitex_stm32-performancestick.cfg
cfg: update scripts to use new stm32 driver names
[openocd] / tcl / board / hitex_stm32-performancestick.cfg
index 515f7e0801454d2c4d18424806ea5e691d8c63cc..0ec4076b7b9a77190e4f2d6782b5083c811ae9b9 100644 (file)
@@ -5,7 +5,7 @@ reset_config trst_and_srst
 source [find interface/stm32-stick.cfg]
 
 set  CHIPNAME stm32_hitex
-source [find target/stm32.cfg]
+source [find target/stm32f1x.cfg]
 
 # configure str750 connected to jtag chain
 # FIXME -- source [find target/str750.cfg] after cleaning that up