diff options
author | Freddie Chopin <freddie.chopin@gmail.com> | 2013-04-20 11:05:32 +0200 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2013-04-28 08:22:46 +0000 |
commit | 564a5eb5375aa8117ee4fe48899f07490da8ae8a (patch) | |
tree | 1d4659c1a78046c6400abdbbe8484b1e5a628a31 /doc | |
parent | 67607fb64c92e069b693423642e5da6ca5a3be25 (diff) | |
download | riscv-openocd-564a5eb5375aa8117ee4fe48899f07490da8ae8a.zip riscv-openocd-564a5eb5375aa8117ee4fe48899f07490da8ae8a.tar.gz riscv-openocd-564a5eb5375aa8117ee4fe48899f07490da8ae8a.tar.bz2 |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index cb32998..1518617 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -161,9 +161,9 @@ debugged via the GDB protocol. @b{Flash Programing:} Flash writing is supported for external CFI compatible NOR flashes (Intel and AMD/Spansion command set) and several -internal flashes (LPC1700, LPC2000, AT91SAM7, AT91SAM3U, STR7x, STR9x, LM3, -STM32x and EFM32). Preliminary support for various NAND flash controllers -(LPC3180, Orion, S3C24xx, more) controller is included. +internal flashes (LPC1700, LPC1800, LPC2000, LPC4300, AT91SAM7, AT91SAM3U, +STR7x, STR9x, LM3, STM32x and EFM32). Preliminary support for various NAND flash +controllers (LPC3180, Orion, S3C24xx, more) controller is included. @section OpenOCD Web Site @@ -5014,8 +5014,9 @@ supported.} @end deffn @deffn {Flash Driver} lpc2000 -Most members of the LPC1700 and LPC2000 microcontroller families from NXP -include internal flash and use Cortex-M3 (LPC1700) or ARM7TDMI (LPC2000) cores. +Most members of the LPC1700, LPC1800, LPC2000 and LPC4300 microcontroller +families from NXP include internal flash and use Cortex-M3 (LPC1700, LPC1800), +Cortex-M4 (LPC4300) or ARM7TDMI (LPC2000) cores. @quotation Note 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 @option{lpc2000_v1} (older LPC21xx and LPC22xx) @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, at which the core is running @item @option{calc_checksum} ... optional (but you probably want to provide this!), |