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
+26 -2
View File
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <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> </td>
</tr> </tr>
</table> </table>
@@ -1330,7 +1330,7 @@
<li><a href="#arm926ejs">ARM926EJS</a> (4)</li> <li><a href="#arm926ejs">ARM926EJS</a> (4)</li>
<li><a href="#armcortexa5">ARM Cortex-A5</a> (2)</li> <li><a href="#armcortexa5">ARM Cortex-A5</a> (2)</li>
<li><a href="#armcortexa8">ARM Cortex-A8</a> (1)</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="#armcortexm3">ARM Cortex-M3</a> (32)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (20)</li> <li><a href="#armcortexm4">ARM Cortex-M4</a> (20)</li>
<li><a href="#armcortexm7">ARM Cortex-M7</a> (1)</li> <li><a href="#armcortexm7">ARM Cortex-M7</a> (1)</li>
@@ -1452,6 +1452,7 @@
</li> </li>
<li>NXP <li>NXP
<ul> <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="#nxplpc214x">NXP LPC214x</a> <small>(ARM7TDMI)</small></li>
<li><a href="#nxplpc2378">NXP LPC2378</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> <li><a href="#nxplpc3131">NXP LPC3131</a> <small>(ARM9E6JS)</small></li>
@@ -2252,6 +2253,29 @@ nsh>
</ul> </ul>
</td> </td>
</tr> </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> <tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td> <td valign="top"><img height="20" width="20" src="favicon.ico"></td>
+2
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> | | | `- <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/ | | |- 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> | | | `- <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/ | | |- 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> | | | `- <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/ | | |- maple/
+2
View File
@@ -1176,6 +1176,8 @@ nuttx
| | `- README.txt | | `- README.txt
| |- lpc4357-evb/ | |- lpc4357-evb/
| | `- README.txt | | `- README.txt
| |- lpcxpresso-lpc1115/
| | `- README.txt
| |- lpcxpresso-lpc1768/ | |- lpcxpresso-lpc1768/
| | `- README.txt | | `- README.txt
| |- maple/ | |- maple/
+2 -2
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"
+4
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.
+2 -5
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.