Update documentatino and README files for the LPCXpresso LPC1115 board support

This commit is contained in:
Gregory Nutt 2015-05-22 19:56:45 -06:00
parent 1cb061e06f
commit 7df5a159c5
3 changed files with 8 additions and 7 deletions

View File

@ -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"

View File

@ -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.

View File

@ -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.