From: Peter Stuge Date: Sun, 24 Oct 2010 14:28:47 +0000 (+0200) Subject: Remove srst_pulls_trst from LPC1768 target X-Git-Tag: v0.5.0-rc1~372 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=e7d26173fcd41640a85b9e315868768d7f297cda Remove srst_pulls_trst from LPC1768 target 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 --- diff --git a/tcl/target/lpc1768.cfg b/tcl/target/lpc1768.cfg index 68b33c4bb5..2059aedd86 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