This is an automated email from Gerrit. Andrey Smirnov ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2035
-- gerrit commit b7a0a638dac93565c351994ea8d51f429d3951c8 Author: Andrey Smirnov <[email protected]> Date: Sat Mar 8 14:46:46 2014 -0800 kinetis: Add FRDM-KL26Z board configuration Change-Id: I6166f121c647d1186cffe343da76c20439c8edf3 Signed-off-by: Andrey Smirnov <[email protected]> diff --git a/tcl/board/frdm-kl26z.cfg b/tcl/board/frdm-kl26z.cfg new file mode 100644 index 0000000..5e64cab --- /dev/null +++ b/tcl/board/frdm-kl26z.cfg @@ -0,0 +1,17 @@ +# This is an Freescale Freedom eval board with a single MKL26Z128VLH4 chip. +# http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL26Z +# + +source [find interface/cmsis-dap.cfg] + +# increase working area to 16KB +set WORKAREASIZE 0x4000 + +# chip name +set CHIPNAME MKL26Z128VLH4 + +source [find target/kl25.cfg] + +adapter_khz 100 +adapter_nsrst_delay 100 +reset_config srst_only \ No newline at end of file -- ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
