diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 236c5d6d19..d84a9328b8 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 18, 2015

+

Last Updated: May 22, 2015

@@ -1330,7 +1330,7 @@
  • ARM926EJS (4)
  • ARM Cortex-A5 (2)
  • ARM Cortex-A8 (1)
  • -
  • ARM Cortex-M0/M0+ (5)
  • +
  • ARM Cortex-M0/M0+ (6)
  • ARM Cortex-M3 (32)
  • ARM Cortex-M4 (20)
  • ARM Cortex-M7 (1)
  • @@ -1452,6 +1452,7 @@
  • NXP + +
    +
    + + +
    + +

    + NXP LPC11xx. + Support is provided for the NXP LPC11xx family of processors. In particular, + support is provided for LPCXpression LPC1115 board. + This port was contributed by Alan Carvalho de Assis. +

    + + + diff --git a/Documentation/README.html b/Documentation/README.html index 98617020a0..697e58fb3d 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -119,6 +119,8 @@ | | | `- README.txt | | |- lpc4357-evb/ | | | `- README.txt + | | |- lpcxpresso-lpc1115/ + | | | `- README.txt | | |- lpcxpresso-lpc1768/ | | | `- README.txt | | |- maple/ diff --git a/README.txt b/README.txt index 2c97e84985..4d60e56563 100644 --- a/README.txt +++ b/README.txt @@ -1176,6 +1176,8 @@ nuttx | | `- README.txt | |- lpc4357-evb/ | | `- README.txt + | |- lpcxpresso-lpc1115/ + | | `- README.txt | |- lpcxpresso-lpc1768/ | | `- README.txt | |- maple/ diff --git a/configs/Kconfig b/configs/Kconfig index c530f22811..f93dd547c9 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -277,8 +277,8 @@ config ARCH_BOARD_LPCXPRESSO_LPC1115 depends on ARCH_CHIP_LPC1115 select ARCH_HAVE_LEDS ---help--- - Embedded Artists base board with NXP LPCExpresso LPC1115. This board - is based on the NXP LPC1115. + The NXP LPCXpresso daughter board. This board is based on the NXP + LPC1115. config ARCH_BOARD_LPCXPRESSO bool "NXP LPCExpresso LPC1768" diff --git a/configs/README.txt b/configs/README.txt index 88a491a553..63d4468eb8 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -285,6 +285,10 @@ configs/lm4f120-launchpad platform for ARM® Cortex™-M4F-based microcontrollers from Texas Instruments. +configs/lpcxpresso-lpc1115 + NuttX board support for the NXP LPCXpresso daughter board. This board + is based on the NXP LPC1115. + configs/lpcxpresso-lpc1768 Embedded Artists base board with NXP LPCExpresso LPC1768. This board is based on the NXP LPC1768. The Code Red toolchain is used by default. diff --git a/configs/lpcxpresso-lpc1115/README.txt b/configs/lpcxpresso-lpc1115/README.txt index a0c375f311..a33a700cc7 100644 --- a/configs/lpcxpresso-lpc1115/README.txt +++ b/configs/lpcxpresso-lpc1115/README.txt @@ -1,14 +1,12 @@ README ^^^^^^ -README for NuttX port to the Embedded Artists' base board with the NXP -the LPCXpresso daughter board. Product code: EA-XPR-009 +README for NuttX port to the NXP the LPCXpresso board. Contents ^^^^^^^^ LCPXpresso LPC1115 Board - Embedded Artist's Base Board Development Environment GNU Toolchain Options NuttX EABI "buildroot" Toolchain @@ -345,8 +343,7 @@ LEDs - configs/lpcxpresso-lpc1115/src/up_leds.c - LED control logic. - The LPCXpresso LPC1115 has a single LEDs (there are more on the Embedded Artists - base board, but those are not controlled by NuttX). Usage this single LED by NuttX + The LPCXpresso LPC1115 has a single LEDs. Usage this single LED by NuttX is as follows: - The LED is not illuminated until the LPCXpresso completes initialization.