diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f41834c4744..b0d9a6390e0 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: January 1, 2008
+Last Updated: January 6, 2008
+ NuttX Add-Ons. + The following packages are available to extend the basic NuttX feature set: +
+
| + Pascal Compiler with NuttX runtime P-Code interpreter add-on + | +|
|
+ + |
| @@ -395,7 +419,7 @@ |
- The 17th release of NuttX (nuttx-0.3.5) is available for download + The 18th release of NuttX (nuttx-0.3.6) is available for download from the SourceForge website. The change log associated with the release is available here. @@ -403,29 +427,38 @@ These unreleased changes are listed here.
- NuttX 0.3.5 is the 6th release containing the integration of a network + NuttX 0.3.8 is the 7th release containing the integration of a network subsystem and the uIP TCP/IP, UDP, and ICMP stacks based on uIP into NuttX.
- This release is primarily a bug-fix release and intended to synchronize - with the current CVS contents. See the ChangeLog - for a detailed list of changes and fixes. + This release contains on a few changes. + The primary purpose of this release is to synchronize with the release + of the pascal-0.1.0 add-on package. + This release of NuttX includes the following changes:
+- The level of network reliability is at a strong beta release level. The - baseline functionality of NuttX continues to mature and remains at - post-beta or production level. + The Pascal add-on it integrated but has so far been tested very little; + it is certainly at an early, pre-alpha release leve. + The baseline functionality of NuttX (including recently added network) + functionality continues to mature and remains at post-beta or production level. Extensive testing has been done for the ARM architecture using the GCC compiler/toolchain. Other architectures and the SDCC toolchain are also supported but not as well exercised.
- This release was verified only on the Spectrum Digital C5471 EVM using - the C5471 Ethernet driver. Any feedback about bugsor suggestions for - improvement would be greatly appreciated. + The current release were verified only on the simulated Z80 and and host + simulation targets. As usual, any feedback about bugs or suggestions + for improvement would be greatly appreciated.