target: Do not use LOG_USER() for error messages
[openocd.git] / tcl / board / frdm-kl46z.cfg
blob3fb7205d7b7a0fafefd5d852f52f8f397643d715
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # This is an Freescale Freedom eval board with a single MKL46Z256VLL4 chip.
4 # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL46Z
7 source [find interface/cmsis-dap.cfg]
9 # increase working area to 16KB
10 set WORKAREASIZE 0x4000
12 # chip name
13 set CHIPNAME MKL46Z256VLL4
15 reset_config srst_only
17 source [find target/kl46.cfg]