summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-21 17:42:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-21 17:42:14 +0000
commitf8277441342420351279c57d083cd1244a6c7e6f (patch)
treeef4366f92801266f27611fadee8a32112ad80f01 /nuttx/Documentation/NuttX.html
parent5c2ab2b81b0e0e851d73fb49cf21def02931e4b9 (diff)
downloadpx4-nuttx-f8277441342420351279c57d083cd1244a6c7e6f.tar.gz
px4-nuttx-f8277441342420351279c57d083cd1244a6c7e6f.tar.bz2
px4-nuttx-f8277441342420351279c57d083cd1244a6c7e6f.zip
Complete Rx side of ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1812 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 6bc942e93..f2717ad04 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: May 19, 2009</p>
+ <p>Last Updated: May 21, 2009</p>
</td>
</tr>
</table>
@@ -696,7 +696,8 @@
These unreleased changes are listed <a href="#pendingchanges">here</a>.
</p>
<p>
- The release features support for the Micromint Eagle-100 development board.
+ The release features support for the <a href=" http://www.micromint.com/">Micromint</a>
+ Eagle-100 development board.
This board is based around, the Luminary LM3S6918 MCU.
This is the first ARM Cortex-M3 architecture supported by Nuttx.
This initial, basic port includes timer and serial console with configurations to execute the NuttX OS test and to run the <a href="NuttShell.html">NuttShell (NSH)</a>.
@@ -860,8 +861,8 @@
<td>
<p>
<b>Luminary LM3S6918</b>.
- This port uses the Micromint Eagle-100 development board with a GNU arm-elf toolchain*
- under either Linux or Cygwin.
+ This port uses the <a href=" http://www.micromint.com/">Micromint</a> Eagle-100 development
+ board with a GNU arm-elf toolchain* under either Linux or Cygwin.
</p>
<p>
<b>STATUS:</b>
@@ -1416,6 +1417,7 @@ nuttx-0.4.7 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* arch/arm/src/lm2s: Added an Ethernet driver for the LM3S6918
* configs/eagle100/nettest: Added an examples/nettest configuration for the
Micromint Eagle100 board.
+ * Documentation/NuttxPortingGuide.html: Added a section on NuttX device drivers.
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
@@ -1487,9 +1489,10 @@ buildroot-0.1.6 2009-xx-xx &lt;spudmonkey@racsa.co.cr&gt;
</tr>
</table>
<ul>
- <li>ARM, ARM7 ARM7TDMI, ARM9, ARM920T, ARM926EJS are trademarks of Advanced RISC Machines, Limited.</li>
+ <li>ARM, ARM7 ARM7TDMI, ARM9, ARM920T, ARM926EJS Cortex-M3 are trademarks of Advanced RISC Machines, Limited.</li>
<li>Cygwin is a trademark of Red Hat, Incorporated.</li>
<li>Linux is a registered trademark of Linus Torvalds.</li>
+ <li>Eagle-100 is a trademark of <a href=" http://www.micromint.com/">Micromint USA, LLC</a>.
<li>LPC2148 is a trademark of NXP Semiconductors.</li>
<li>TI is a tradename of Texas Instruments Incorporated.</li>
<li>UNIX is a registered trademark of The Open Group.</li>