summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html40
1 files changed, 25 insertions, 15 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 9c9ba2389..a69a77c26 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1649,6 +1649,10 @@
</p>
</td>
</tr>
+<tr>
+ <td><br></td>
+ <td><br></td>
+</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
@@ -1672,21 +1676,23 @@
All code is complete for the basic NuttX port including header files for all AT32UC3* peripherals.
The untested AVR32 code was present in the 5.12 release of NuttX.
Since then, the basic RTOS port has solidified:
- <ul>
- <li>
- The port successfully passes the NuttX OS test (apps/examples/ostest).
- </li>
- <li>
- A NuttShell (NSH) configuration is in place (see the <a href="http://www.nuttx.org/NuttShell.html">NSH User Guide</a>).
- Testing of that configuration has been postponed (because it got bumped by the Olimex LPC1766-STK port).
- Current Status: I think I have a hardware problem with my serial port setup.
- There is a good chance that the NSH port is complete and functional, but I am not yet able to demonstrate that.
- At present, I get nothing coming in the serial RXD line (probably because the pins are configured wrong or I have the MAX232 connected wrong).
- </li>
- </ul>
- The basic, port (including the verified apps/examples/ostest configuration) was be released in NuttX-5.13.
- A complete port will include drivers for additional AVR32 UC3 devices -- like SPI and USB --- and will be available in a later release,
- time permitting.
+ </p>
+ <ul>
+ <li>
+ The port successfully passes the NuttX OS test (apps/examples/ostest).
+ </li>
+ <li>
+ A NuttShell (NSH) configuration is in place (see the <a href="http://www.nuttx.org/NuttShell.html">NSH User Guide</a>).
+ Testing of that configuration has been postponed (because it got bumped by the Olimex LPC1766-STK port).
+ Current Status: I think I have a hardware problem with my serial port setup.
+ There is a good chance that the NSH port is complete and functional, but I am not yet able to demonstrate that.
+ At present, I get nothing coming in the serial RXD line (probably because the pins are configured wrong or I have the MAX232 connected wrong).
+ </li>
+ </ul>
+ <p>
+ The basic, port (including the verified apps/examples/ostest configuration) was be released in NuttX-5.13.
+ A complete port will include drivers for additional AVR32 UC3 devices -- like SPI and USB --- and will be available in a later release,
+ time permitting.
</p>
</ul>
</td>
@@ -1868,6 +1874,10 @@
</td>
</tr>
<tr>
+ <td><br></td>
+ <td><br></td>
+</tr>
+<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
<a name="superh"><b>Renesas/Hitachi SuperH</b>.</a>