From: <mi...@ma...> - 2009-05-19 19:58:01
|
Author: mifi Date: 2009-05-19 19:57:44 +0200 (Tue, 19 May 2009) New Revision: 1838 Modified: trunk/src/target/target/lpc2294.cfg Log: Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target. Modified: trunk/src/target/target/lpc2294.cfg =================================================================== --- trunk/src/target/target/lpc2294.cfg 2009-05-19 14:36:04 UTC (rev 1837) +++ trunk/src/target/target/lpc2294.cfg 2009-05-19 17:57:44 UTC (rev 1838) @@ -17,6 +17,9 @@ set _CPUTAPID 0xffffffff } +jtag_nsrst_delay 200 +jtag_ntrst_delay 200 + #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst srst_pulls_trst |