]> git.sur5r.net Git - openocd/blob - tcl/board/frdm-kl25z.cfg
tcl/interface/ftdi: improve minimodule config
[openocd] / tcl / board / frdm-kl25z.cfg
1 # This is an Freescale Freedom eval board with a single MKL25Z128VLK4 chip.
2 # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z
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 MKL25Z128VLK4
12
13 reset_config srst_only
14
15 source [find target/kl25.cfg]