aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2015-01-27 20:25:20 +0300
committerPaul Fertser <fercerpav@gmail.com>2015-02-12 12:51:46 +0000
commit70c832875070ef943223a97d888f9562e34e8364 (patch)
tree1a4438d99585eeb9d34938ce1df6501c1c38caaa
parent7c5925783416fc860f335cf9d403ec9ee0534390 (diff)
downloadriscv-openocd-70c832875070ef943223a97d888f9562e34e8364.zip
riscv-openocd-70c832875070ef943223a97d888f9562e34e8364.tar.gz
riscv-openocd-70c832875070ef943223a97d888f9562e34e8364.tar.bz2
doc, README: mention all the variants supported by lpc2000 driver
Change-Id: I66f9a201426a68fc1314ab7f02b27e36dcab33ba Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2508 Tested-by: jenkins
-rw-r--r--README8
-rw-r--r--doc/openocd.texi13
2 files changed, 12 insertions, 9 deletions
diff --git a/README b/README
index 3d544d8..f924ea4 100644
--- a/README
+++ b/README
@@ -127,10 +127,10 @@ Flash drivers
-------------
ADUC702x, AT91SAM, AVR, CFI, DSP5680xx, EFM32, EM357, FM3, Kinetis,
-LPC2000, LPC2900, LPCSPIFI, Milandr, NuMicro, PIC32mx, PSoC4, SiM3x,
-Stellaris, STM32, STMSMI, STR7x, STR9x, nRF51; NAND controllers of
-AT91SAM9, LPC3180, LPC32xx, i.MX31, MXC, NUC910, Orion/Kirkwood,
-S3C24xx, S3C6400.
+LPC8xx/LPC1xxx/LPC2xxx/LPC541xx, LPC2900, LPCSPIFI, Milandr, NuMicro,
+PIC32mx, PSoC4, SiM3x, Stellaris, STM32, STMSMI, STR7x, STR9x, nRF51;
+NAND controllers of AT91SAM9, LPC3180, LPC32xx, i.MX31, MXC, NUC910,
+Orion/Kirkwood, S3C24xx, S3C6400.
==================
diff --git a/doc/openocd.texi b/doc/openocd.texi
index e884be4..5c47f59 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -5234,10 +5234,10 @@ supported.}
@end deffn
@deffn {Flash Driver} lpc2000
-All members of the LPC11(x)00 and LPC1300 microcontroller families and most members
-of the LPC1700, LPC1800, LPC2000 and LPC4300 microcontroller families from NXP
-include internal flash and use Cortex-M0 (LPC11(x)00), Cortex-M3 (LPC1300, LPC1700,
-LPC1800), Cortex-M4 (LPC4300) or ARM7TDMI (LPC2000) cores.
+This is the driver to support internal flash of all members of the
+LPC11(x)00 and LPC1300 microcontroller families and most members of
+the LPC800, LPC1500, LPC1700, LPC1800, LPC2000, LPC4300 and LPC54100
+microcontroller families from NXP.
@quotation Note
There are LPC2000 devices which are not supported by the @var{lpc2000}
@@ -5256,9 +5256,12 @@ which must appear in the following order:
@option{lpc1700} (LPC175x and LPC176x)
@option{lpc4300} - available also as @option{lpc1800} alias (LPC18x[2357] and
LPC43x[2357])
+@option{lpc800} (LPC8xx)
@option{lpc1100} (LPC11(x)xx and LPC13xx)
+@option{lpc1500} (LPC15xx)
+@option{lpc54100} (LPC541xx)
or @option{auto} - automatically detects flash variant and size for LPC11(x)00,
-LPC1300 and LPC1700
+LPC8xx, LPC13xx and LPC17xx
@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!),