jtag/drivers/cmsis_dap: prevent conn/discon workaround before line reset
[openocd.git] / tcl / board / frdm-kl25z.cfg
blob68dc48d49457cf7fd2fb5ee9aec60816f9149987
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # This is an Freescale Freedom eval board with a single MKL25Z128VLK4 chip.
4 # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z
7 source [find interface/cmsis-dap.cfg]
9 # increase working area to 16KB
10 set WORKAREASIZE 0x4000
12 # chip name
13 set CHIPNAME MKL25Z128VLK4
15 reset_config srst_only
17 source [find target/kl25.cfg]