openocd/tcl/board/frdm-kl46z.cfg
Paul Fertser 101124c69a tcl/board: frdm kinetis boards have SRST connected
Change-Id: I1a56b5e9d1ac6466bba11cc694ee3eaa2c9b504f
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2462
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2015-01-26 20:58:06 +00:00

16 lines
345 B
INI

# This is an Freescale Freedom eval board with a single MKL46Z256VLL4 chip.
# http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL46Z
#
source [find interface/cmsis-dap.cfg]
# increase working area to 16KB
set WORKAREASIZE 0x4000
# chip name
set CHIPNAME MKL46Z256VLL4
reset_config srst_only
source [find target/kl46.cfg]