now it is supported.
Change-Id: Id3b2ca9a2270974a5f453323f9057ecece400c94
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/609
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
 set CHIPNAME STM32F051R8T6
 
 source [find target/stm32f0x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
 
 set CHIPNAME STM32F207IGH6
 
 source [find target/stm32f2x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
 
 set CHIPNAME STM32F417IGH6
 
 source [find target/stm32f4x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
 
 
 set WORKAREASIZE 0x2000
 source [find target/stm32f0x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
 
 source [find interface/stlink-v2.cfg]
 
 source [find target/stm32f4x_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate
 
 source [find interface/stlink-v2.cfg]
 
 source [find target/stm32lx_stlink.cfg]
+
+# use hardware reset, connect under reset
+reset_config srst_only srst_nogate