summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-17 13:33:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-17 13:33:40 -0600
commit4a6c7cb294c688917956e4638ff948280a5cb1b0 (patch)
treefa26a1e635a0625dd3644eb8f2f81d56c72825bf /nuttx/Documentation
parent2d597e1daf6444b6ff13f0d417abd5eced178a77 (diff)
downloadpx4-nuttx-4a6c7cb294c688917956e4638ff948280a5cb1b0.tar.gz
px4-nuttx-4a6c7cb294c688917956e4638ff948280a5cb1b0.tar.bz2
px4-nuttx-4a6c7cb294c688917956e4638ff948280a5cb1b0.zip
Update HTML files and clean up some Freedom KL25Z files
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html28
1 files changed, 26 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 35bf7f41e..3dfeaa287 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -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: April 10, 2013</p>
+ <p>Last Updated: April 17, 2013</p>
</td>
</tr>
</table>
@@ -1551,7 +1551,7 @@ svn checkout -r5745 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<li><a href="#arm7tdmi">ARM7TDMI</b></a> (5)</li>
<li><a href="#arm920t">ARM920T</a> (1) </li>
<li><a href="#arm926ejs">ARM926EJS</a> (3) </li>
- <li><a href="#armcortexm0">ARM Cortex-M0</a> (1)</li>
+ <li><a href="#armcortexm0">ARM Cortex-M0/M0+</a> (2)</li>
<li><a href="#armcortexm3">ARM Cortex-M3</a> (17)</li>
<li><a href="#armcortexm4">ARM Cortex-M4</a> (7)</li>
</ul>
@@ -1927,6 +1927,30 @@ nsh>
</td>
</tr>
<tr>
+ <td><br></td>
+ <td><hr></td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <b>FreeScale Freedom KL25Z</b>.
+ This is a port of NuttX to the Nuvoton NuTiny-SDK-NUC120 that features the NUC120LE3AN MCU.
+ See the <a href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL25Z&tid=vanFRDM-KL25Z">Freescale</a> website for further information about this board.
+ </p>
+ <ul>
+ <p>
+ <b>STATUS</b>.
+ This is a work in progress by Alan Carvalho de Assis.
+ This initial support is very minimal:
+ There is an OS test configuration that verifies the correct port of NuttX to the part and
+ a NuttShell (<a href="NuttShell.html">NSH</a>) configuration that might be the basis for an application development.
+ As of this writing, more testing and more device driver development are needed to make this a more complete port.
+ </p>
+ </ul>
+ </td>
+</tr>
+<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
<a name="armcortexm3"><b>ARM Cortex-M3</b>.</a>