cmsis-dap: add initial cmsis-dap support
[openocd.git] / tcl / board / frdm-kl25z.cfg
blob40896e52515da4eebe454e77f98b310ba5f74b42
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
5 source [find interface/cmsis-dap.cfg]
7 # increase working area to 16KB
8 set WORKAREASIZE 0x4000
10 # chip name
11 set CHIPNAME MKL25Z128VLK4
13 source [find target/kl25.cfg]