srst_pulls_trst may be true on some (broken) LPC1768 boards but is not true in general for the LPC1768.
Signed-off-by: Peter Stuge <[email protected]> --- tcl/target/lpc1768.cfg | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/tcl/target/lpc1768.cfg b/tcl/target/lpc1768.cfg index 68b33c4..2059aed 100644 --- a/tcl/target/lpc1768.cfg +++ b/tcl/target/lpc1768.cfg @@ -32,9 +32,6 @@ if { [info exists CPUTAPID ] } { adapter_nsrst_delay 200 jtag_ntrst_delay 200 -# LPC2000 & LPC1700 -> SRST causes TRST -reset_config srst_pulls_trst - #jtag newtap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUTAPID swj_newdap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUTAPID -- 1.7.2 _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
