summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-09 00:02:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-09 00:02:24 +0000
commit209ab89e4e8f77ebc00f54d1d7d4a32de874b455 (patch)
tree91b1f48ae7d3dc2f0aa2d83f8ae5120b7d9bad77 /nuttx/Documentation/NuttX.html
parent19b8bf8f79b7f678e2d2c473bf07ecb1add9fb42 (diff)
downloadpx4-nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.tar.gz
px4-nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.tar.bz2
px4-nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.zip
Documentatin update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3686 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html63
1 files changed, 62 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 85c7ea1d4..934cd36f9 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: June 6, 2011</p>
+ <p>Last Updated: June 8, 2011</p>
</td>
</tr>
</table>
@@ -1455,6 +1455,53 @@
</p>
</td>
</tr>
+
+<tr>
+ <td valign="top"><img height="20" width="20" src="favicon.ico"></td>
+ <td bgcolor="#5eaee1">
+ <b>Atmel AVR</b>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <b>ATMega128</b>.
+ This port of NuttX to the Amber Web Server from SoC Robotics
+ (http://www.soc-robotics.com/index.htm) is underway. The Amber Web Server is
+ based on an Atmel ATMega128.
+ </p>
+ <ul>
+ <p>
+ <b>STATUS:</b>
+ This port a work in progress. It is in the early stage at approximately code
+ complete but with no testing. This port may be verified for the NuttX 6.5 release.
+ </p>
+ </ul>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td><hr></td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <b>AT9USB64x</b> and <b>AT9USB6128x</b>.
+ This port of NuttX to the Opendous Micropendous 3 board. The Micropendous3 is
+ may be populated with an AT90USB646, 647, 1286, or 1287.
+ </p>
+ <ul>
+ <p>
+ <b>STATUS:</b>
+ This port a work in progress. It is in the early stage at approximately code
+ complete but with no testing. This port may be verified for the NuttX 6.5 release.
+ </p>
+ </ul>
+ </td>
+</tr>
+
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
@@ -2259,6 +2306,20 @@ buildroot-1.10 2011-05-06 &lt;spudmonkey@racsa.co.cr&gt;
<ul><pre>
nuttx-6.5 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * arch/avr/src/avr and arch/avr/include/avr: Adds general support for
+ the Atmel 8-bit AVR family.
+ * arch/avr/src/atmega and arch/avr/include/atmega: Addes support for the
+ Atmel AVR ATMega family.
+ * arch/avr/src/at90usb and arch/avr/include/at90usb: Addes support for the
+ Atmel AVR AT90USB family.
+ * configs/micropendous3: Adds a board configuration for the Opendous
+ Micropendous 3 board. This board may be populated with several different
+ members of the Atmel AVR AT90USB family.
+ * configs/amber: This is a placehold for the Atmel ATMega128 Amber Web
+ Server from SoC Robotics. Not much present in this directory on initial
+ check-in.
+
+
apps-6.5 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
pascal-3.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;