diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 934cd36f9d2..3ae99cf6488 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: June 8, 2011
+Last Updated: June 16, 2011
- ATMega128. + SoC Robotics ATMega128. 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 + (http://www.soc-robotics.com/index.htm) partially complete. The Amber Web Server is based on an Atmel ATMega128.
STATUS: - 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. + Work on this port has stalled due to toolchain issues. Complete, but untested + code for this port appears in the NuttX 6.5 release.
- AT9USB64x and AT9USB6128x. + Micropendous 3 AT9USB64x and AT9USB6128x. This port of NuttX to the Opendous Micropendous 3 board. The Micropendous3 is - may be populated with an AT90USB646, 647, 1286, or 1287. + may be populated with an AT90USB646, 647, 1286, or 1287. I have only the AT90USB647 + version for testing. This version have very limited memory resources: 64Kb of + FLASH and 4Kb of SRAM.
STATUS: - 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. + The basic port was release in NuttX-6.5. This basic port consists only of + a "Hello, World!!" example that demonstrates initialization of the OS, + creation of a simple task, and serial console output. A complete OS + test configuration is also available, but this would have to be scaled + down quite a bit before it could be executed in the tiny AT90USB SRAM + memory. +
++ PRJC Teensy++ 2.0 AT9USB1286. + This is a port of NuttX to the PJRC Teensy++ 2.0 board. + This board is developed by http://pjrc.com/teensy/. + The Teensy++ 2.0 is based on an Atmel AT90USB1286 MCU. +
++ STATUS: + Work on the Teensy board is just beginning as of this writing. + However, because of the great similarity to the Micropendous board, + this port should be completed with only a small additional effort.