This is an automated email from Gerrit. Andreas Färber ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4371
-- gerrit commit c4d0b73aa20bdf0b581165b4aa4ae7602c6b10f6 Author: Andreas Färber <[email protected]> Date: Sun Jan 21 19:41:18 2018 +0100 tcl/board: Add NXP MIMXRT1050-EVK Add a config for NXP i.MX RT1050 evaluation kit. Change-Id: Ice2020043c5cad571dc27b5fcd8e0abb8307154b Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/board/nxp_mimxrt1050-evk.cfg b/tcl/board/nxp_mimxrt1050-evk.cfg new file mode 100644 index 0000000..0537058 --- /dev/null +++ b/tcl/board/nxp_mimxrt1050-evk.cfg @@ -0,0 +1,10 @@ +# +# NXP MIMXRT1050-EVK +# + +source [find interface/cmsis-dap.cfg] + +# There's also a 20-pin JTAG connector + +set CHIPNAME imxrt1052 +source [find target/imxrt1050.cfg] -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
