xilinx-dna.cfg: generic tools for reading Xilinx Device DNA
[openocd.git] / tcl / board / frdm-kl25z.cfg
blob89ee32deea4c421904b101f38387dcec4732c23e
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 reset_config srst_only
15 source [find target/kl25.cfg]