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 depends on ARCH_CHIP_LPC1115
select ARCH_HAVE_LEDS select ARCH_HAVE_LEDS
---help--- ---help---
Embedded Artists base board with NXP LPCExpresso LPC1115. This board The NXP LPCXpresso daughter board. This board is based on the NXP
is based on the NXP LPC1115. LPC1115.
config ARCH_BOARD_LPCXPRESSO config ARCH_BOARD_LPCXPRESSO
bool "NXP LPCExpresso LPC1768" bool "NXP LPCExpresso LPC1768"

View File

@ -285,6 +285,10 @@ configs/lm4f120-launchpad
platform for ARM® Cortex™-M4F-based microcontrollers from Texas platform for ARM® Cortex™-M4F-based microcontrollers from Texas
Instruments. Instruments.
configs/lpcxpresso-lpc1115
NuttX board support for the NXP LPCXpresso daughter board. This board
is based on the NXP LPC1115.
configs/lpcxpresso-lpc1768 configs/lpcxpresso-lpc1768
Embedded Artists base board with NXP LPCExpresso LPC1768. This board Embedded Artists base board with NXP LPCExpresso LPC1768. This board
is based on the NXP LPC1768. The Code Red toolchain is used by default. is based on the NXP LPC1768. The Code Red toolchain is used by default.

View File

@ -1,14 +1,12 @@
README README
^^^^^^ ^^^^^^
README for NuttX port to the Embedded Artists' base board with the NXP README for NuttX port to the NXP the LPCXpresso board.
the LPCXpresso daughter board. Product code: EA-XPR-009
Contents Contents
^^^^^^^^ ^^^^^^^^
LCPXpresso LPC1115 Board LCPXpresso LPC1115 Board
Embedded Artist's Base Board
Development Environment Development Environment
GNU Toolchain Options GNU Toolchain Options
NuttX EABI "buildroot" Toolchain NuttX EABI "buildroot" Toolchain
@ -345,8 +343,7 @@ LEDs
- configs/lpcxpresso-lpc1115/src/up_leds.c - LED control logic. - configs/lpcxpresso-lpc1115/src/up_leds.c - LED control logic.
The LPCXpresso LPC1115 has a single LEDs (there are more on the Embedded Artists The LPCXpresso LPC1115 has a single LEDs. Usage this single LED by NuttX
base board, but those are not controlled by NuttX). Usage this single LED by NuttX
is as follows: is as follows:
- The LED is not illuminated until the LPCXpresso completes initialization. - The LED is not illuminated until the LPCXpresso completes initialization.