tcl/board: add ESP32 config for ESP USB Bridge board
[fw/openocd] / tcl / board / frdm-kl25z.cfg
index 40896e52515da4eebe454e77f98b310ba5f74b42..68dc48d49457cf7fd2fb5ee9aec60816f9149987 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # This is an Freescale Freedom eval board with a single MKL25Z128VLK4 chip.
 # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z
 #
@@ -10,4 +12,6 @@ set WORKAREASIZE 0x4000
 # chip name
 set CHIPNAME MKL25Z128VLK4
 
+reset_config srst_only
+
 source [find target/kl25.cfg]