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/3085
-- gerrit commit 351904fe2dae2bb398747c7268141bf815ad050f Author: Andreas Färber <[email protected]> Date: Sat Oct 31 15:22:34 2015 +0100 tcl/board: Add LabTool config This is for the on-board LPC812 demo signal processor, not for the attached LPC-Link2. See nxp_lpc-link2.cfg for that. Tested with Olimex ARM-USB-TINY-H plus SWD adapter. Change-Id: Ibd7991818936792675e6e044752a68eec225dafa Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/board/embedded-artists_labtool_demo.cfg b/tcl/board/embedded-artists_labtool_demo.cfg new file mode 100644 index 0000000..658b8b5 --- /dev/null +++ b/tcl/board/embedded-artists_labtool_demo.cfg @@ -0,0 +1,8 @@ +# +# Embedded Artists LabTool - demo signal processor +# +# http://www.embeddedartists.com/products/app/labtool.php +# + +set CHIPNAME lpc812 +source [find target/lpc8xx.cfg] -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
