tcl/board: Add NXP FRDM-K64F
[fw/openocd] / tcl / board / nxp_frdm-k64f.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # This is an NXP Freedom eval board with a single MK64FN1M0VLL12 chip.
4 # https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-k64-k63-and-k24-mcus:FRDM-K64F
5 #
6
7 source [find interface/cmsis-dap.cfg]
8
9 # Set working area to 16 KiB
10 set WORKAREASIZE 0x4000
11
12 set CHIPNAME k64f
13 reset_config srst_only
14
15 source [find target/kx.cfg]