eee4d8ead7db01bf40ff65899ddadbbfc5d896f6
[fw/openocd] / tcl / board / frdm-kl46z.cfg
1 # This is an Freescale Freedom eval board with a single MKL46Z256VLL4 chip.
2 # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL46Z
3 #
4
5 source [find interface/cmsis-dap.cfg]
6
7 # increase working area to 16KB
8 set WORKAREASIZE 0x4000
9
10 # chip name
11 set CHIPNAME MKL46Z256VLL4
12
13 reset_config srst_only
14
15 source [find target/kl46.cfg]