target: add Espressif ESP32 basic support
[fw/openocd] / tcl / board / efikamx.cfg
index f8ae25d82c4857c87a7c9abd74b3a0a27bde7eb4..007b312beb6318149af130ab36054ff80e19cca7 100644 (file)
@@ -3,6 +3,7 @@
 
 # Fall back to 6MHz if RTCK is not supported
 jtag_rclk 6000
+$_TARGETNAME configure -event "reset-start" { jtag_rclk 6000 }
 
 source [find target/imx51.cfg]