openocd/tcl
David Brownell 53b3d4dd53 LPC1768 updates, IAR board support
Fix some issues with the generic LPC1768 config file:

 - Handle the post-reset clock config:  4 MHz internal RC, no PLL.
   This affects flash and JTAG clocking.

 - Remove JTAG adapter config; they don't all support trst_and_srst

 - Remove the rest of the bogus "reset-init" event handler.

 - Allow explicit CCLK configuration, instead of assuming 12 MHz;
   some boards will use 100 Mhz (or the post-reset 4 MHz).

 - Simplify: rely on defaults for endianness and IR-Capture value

 - Update some comments too

Build on those fixes to make a trivial config for the IAR LPC1768
kickstart board (by Olimex) start working.

Also, add doxygen to the lpc2000 flash driver, primarily to note a
configuration problem with driver: it wrongly assumes the core clock
rate never changes.  Configs that are safe for updating flash after
"reset halt" will thus often be unsafe later ... e.g. for LPC1768,
after switching to use PLL0 at 100 MHz.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-03-02 15:02:01 -08:00
..
board LPC1768 updates, IAR board support 2010-03-02 15:02:01 -08:00
chip Remove annoying end-of-line whitespace from tcl/* files 2009-09-21 18:48:22 +00:00
cpld Xilinx xcr3256.cfg basic config script 2009-10-12 15:12:35 +02:00
cpu/arm Move TCL script files -- Step 2 of 2: 2009-05-27 06:49:24 +00:00
interface interface: Changed parport address to LPT1 2010-01-21 15:58:59 +01:00
target LPC1768 updates, IAR board support 2010-03-02 15:02:01 -08:00
test update 'flash bank' usage in scripts 2009-11-19 13:39:41 -08:00
bitsbytes.tcl Remove annoying end-of-line whitespace from tcl/* files 2009-09-21 18:48:22 +00:00
memory.tcl Remove annoying end-of-line whitespace from tcl/* files 2009-09-21 18:48:22 +00:00
mmr_helpers.tcl Remove annoying end-of-line whitespace from tcl/* files 2009-09-21 18:48:22 +00:00
readable.tcl Remove annoying end-of-line whitespace from tcl/* files 2009-09-21 18:48:22 +00:00