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/3038
-- gerrit commit ffbf2f17c625f36fb169473dfb174933ed2262b0 Author: Andreas Färber <[email protected]> Date: Tue Oct 20 00:37:42 2015 +0200 tcl/board: Add Diolan LPC4357-DB1 config Adapted from diolan_lpc4350-db1.cfg. Both boards are identical except for the SoC, so keep them in sync. Change-Id: If892d8e953b0e3a9209a95b3b23a547357c10b7a Signed-off-by: Andreas Färber <[email protected]> diff --git a/tcl/board/diolan_lpc4350-db1.cfg b/tcl/board/diolan_lpc4350-db1.cfg index 8135bae..bd48d9b 100644 --- a/tcl/board/diolan_lpc4350-db1.cfg +++ b/tcl/board/diolan_lpc4350-db1.cfg @@ -1,4 +1,3 @@ - # # Diolan LPC-4350-DB1 development board # @@ -6,3 +5,5 @@ set CHIPNAME lpc4350 source [find target/lpc4350.cfg] + +flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4 diff --git a/tcl/board/diolan_lpc4357-db1.cfg b/tcl/board/diolan_lpc4357-db1.cfg new file mode 100644 index 0000000..d24cfd0 --- /dev/null +++ b/tcl/board/diolan_lpc4357-db1.cfg @@ -0,0 +1,9 @@ +# +# Diolan LPC-4357-DB1 development board +# + +set CHIPNAME lpc4357 + +source [find target/lpc4357.cfg] + +flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4 -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
