Mention "lpc4300" (with "lpc1800" alias) flash drivers in manual

Change-Id: I0bb28910b2c07b1ca5bd644e0d88b931d585d3e7
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-on: http://openocd.zylin.com/1352
Tested-by: jenkins
This commit is contained in:
Freddie Chopin 2013-04-20 11:05:32 +02:00
parent 67607fb64c
commit 564a5eb537
1 changed files with 9 additions and 6 deletions

View File

@ -161,9 +161,9 @@ debugged via the GDB protocol.
@b{Flash Programing:} Flash writing is supported for external CFI @b{Flash Programing:} Flash writing is supported for external CFI
compatible NOR flashes (Intel and AMD/Spansion command set) and several compatible NOR flashes (Intel and AMD/Spansion command set) and several
internal flashes (LPC1700, LPC2000, AT91SAM7, AT91SAM3U, STR7x, STR9x, LM3, internal flashes (LPC1700, LPC1800, LPC2000, LPC4300, AT91SAM7, AT91SAM3U,
STM32x and EFM32). Preliminary support for various NAND flash controllers STR7x, STR9x, LM3, STM32x and EFM32). Preliminary support for various NAND flash
(LPC3180, Orion, S3C24xx, more) controller is included. controllers (LPC3180, Orion, S3C24xx, more) controller is included.
@section OpenOCD Web Site @section OpenOCD Web Site
@ -5014,8 +5014,9 @@ supported.}
@end deffn @end deffn
@deffn {Flash Driver} lpc2000 @deffn {Flash Driver} lpc2000
Most members of the LPC1700 and LPC2000 microcontroller families from NXP Most members of the LPC1700, LPC1800, LPC2000 and LPC4300 microcontroller
include internal flash and use Cortex-M3 (LPC1700) or ARM7TDMI (LPC2000) cores. families from NXP include internal flash and use Cortex-M3 (LPC1700, LPC1800),
Cortex-M4 (LPC4300) or ARM7TDMI (LPC2000) cores.
@quotation Note @quotation Note
There are LPC2000 devices which are not supported by the @var{lpc2000} There are LPC2000 devices which are not supported by the @var{lpc2000}
@ -5031,7 +5032,9 @@ which must appear in the following order:
@item @var{variant} ... required, may be @item @var{variant} ... required, may be
@option{lpc2000_v1} (older LPC21xx and LPC22xx) @option{lpc2000_v1} (older LPC21xx and LPC22xx)
@option{lpc2000_v2} (LPC213x, LPC214x, LPC210[123], LPC23xx and LPC24xx) @option{lpc2000_v2} (LPC213x, LPC214x, LPC210[123], LPC23xx and LPC24xx)
or @option{lpc1700} (LPC175x and LPC176x) @option{lpc1700} (LPC175x and LPC176x)
or @option{lpc4300} - available also as @option{lpc1800} alias (LPC18x[2357] and
LPC43x[2357])
@item @var{clock_kHz} ... the frequency, in kiloHertz, @item @var{clock_kHz} ... the frequency, in kiloHertz,
at which the core is running at which the core is running
@item @option{calc_checksum} ... optional (but you probably want to provide this!), @item @option{calc_checksum} ... optional (but you probably want to provide this!),