This is an automated email from Gerrit. Steven Stallion ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3533
-- gerrit commit 36deb0c957c8545c56bc3acd895eaf377ecd896c Author: Steven Stallion <[email protected]> Date: Wed Jun 29 18:17:38 2016 -0500 k21.cfg: Add target for Kinetis K21 Largely cosmetic change based on support for the Kinetis K40. Change-Id: I810054b31cab13e24eedba250e05854d3d7e9215 Signed-off-by: Steven Stallion <[email protected]> diff --git a/tcl/target/k21.cfg b/tcl/target/k21.cfg new file mode 100644 index 0000000..b140852 --- /dev/null +++ b/tcl/target/k21.cfg @@ -0,0 +1,6 @@ +# +# Freescale Kinetis K21 devices +# + +set CHIPNAME k21 +source [find target/kx.cfg] -- ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
