This is an automated email from Gerrit. Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1901
-- gerrit commit fc8a8a6d03620cad30a8264f5f231f17f7ce6389 Author: Paul Fertser <fercer...@gmail.com> Date: Mon Jan 27 17:19:45 2014 +0400 board/mbed-lpc1768.cfg: add srst and ramp up speed This board (with an embedded CMSIS-DAP adapter) features a functional SRST connection, so it should be made available to OpenOCD. Also, users on IRC report adapter_khz 5000 to be working without any stability issues and that allows flashing the target in less than two minutes (contrasting to half an hour with the default config). Change-Id: I711c5b89fab2a173f766fc04b24f2aa83bb39ac8 Signed-off-by: Paul Fertser <fercer...@gmail.com> diff --git a/tcl/board/mbed-lpc1768.cfg b/tcl/board/mbed-lpc1768.cfg index 9cca30c..f35198e 100644 --- a/tcl/board/mbed-lpc1768.cfg +++ b/tcl/board/mbed-lpc1768.cfg @@ -5,3 +5,6 @@ source [find interface/cmsis-dap.cfg] source [find target/lpc1768.cfg] + +reset_config srst_only +adapter_khz 5000 -- ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel