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 4a3e287565
commit b50ed67e58
6 changed files with 38 additions and 9 deletions

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: May 18, 2015</p>
<p>Last Updated: May 22, 2015</p>
</td>
</tr>
</table>
@ -1330,7 +1330,7 @@
<li><a href="#arm926ejs">ARM926EJS</a> (4)</li>
<li><a href="#armcortexa5">ARM Cortex-A5</a> (2)</li>
<li><a href="#armcortexa8">ARM Cortex-A8</a> (1)</li>
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (5)</li>
<li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (6)</li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (32)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (20)</li>
<li><a href="#armcortexm7">ARM Cortex-M7</a> (1)</li>
@ -1452,6 +1452,7 @@
</li>
<li>NXP
<ul>
<li><a href="#nxplpc11xx">NXP LPC11xx</a> <small>(Cortex-M0)</small></li>
<li><a href="#nxplpc214x">NXP LPC214x</a> <small>(ARM7TDMI)</small></li>
<li><a href="#nxplpc2378">NXP LPC2378</a> <small>(ARM7TDMI)</small></li>
<li><a href="#nxplpc3131">NXP LPC3131</a> <small>(ARM9E6JS)</small></li>
@ -2252,6 +2253,29 @@ nsh>
</ul>
</td>
</tr>
<tr>
<td><br></td>
<td><hr></td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<a name="nxplpc11xx"><b>NXP LPC11xx</b>.</a>
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.
</p>
<ul>
<p>
<b>STATUS:</b>
This port is still very much a work in progress.
The first usable version is expected in NuttX 7.10.
Refer to the board <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lpcxpresso-lpc1115/README.txt">README.txt</a> file for further information.
</p>
</ul>
</td>
</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>

View File

@ -119,6 +119,8 @@
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/llpc4330-xplorer/README.txt"><b><i>README.txt</i></b></a>
| | |- lpc4357-evb/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/llpc4357-evb/README.txt"><b><i>README.txt</i></b></a>
| | |- lpcxpresso-lpc1115/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lpcxpresso-lpc1115/README.txt"><b><i>README.txt</i></b></a>
| | |- lpcxpresso-lpc1768/
| | | `- <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/configs/lpcxpresso-lpc1768/README.txt"><b><i>README.txt</i></b></a>
| | |- maple/

View File

@ -1176,6 +1176,8 @@ nuttx
| | `- README.txt
| |- lpc4357-evb/
| | `- README.txt
| |- lpcxpresso-lpc1115/
| | `- README.txt
| |- lpcxpresso-lpc1768/
| | `- README.txt
| |- maple/

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.