diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 4019ce28a90..fc1ad062c5f 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: February 7, 2008
+ Last Updated: February 10, 2008
|
@@ -456,7 +456,7 @@
- The 19th release of NuttX (nuttx-0.3.7) is available for download
+ The 20th release of NuttX (nuttx-0.3.8) is available for download
from the SourceForge
website.
The change log associated with the release is available here.
@@ -464,26 +464,9 @@
These unreleased changes are listed here.
- This release includes the preliminary port of NuttX to the ZiLOG z16f 16-bit microcontroller.
- This port was verified using the ZiLOG z16f2800100zcog Development and the ZiLOG ZDS-II toolchain.
- See http://www.zilog.com for further information.
-
-
- I emphasize that this is a preliminary release of the z16f port and is only alpha or, perhaps,
- pre-alpha quality as of this writing.
- There are a list of known issues in the TODO file in the here
- The overall quality of NuttX (excluding the z16f port) continues to improve beyond the late beta level.
-
-
- The z16f port required numerous changes to NuttX to handle:
-
-
- - NEAR and FAR addressing, and
- - Use of a Windows native toolchain in a Cygwin build environment.
-
-
- In addition to the z16f port, at least one very critical bug was found and corrected in NuttX:
- The thread-specific errno value of one task was being randomly trashed when a different thread exitted.
+ nuttx-0.3.8 is a minor bugfix release. It corrects a few minor problems, adds a few minor features, and
+ continues the integration of the ZiLOG Z18F and of the Pascal P-Code add-on.
+ This release is synchronized with the release of Pascal-0.1.2.
This release were verified on the ZiLOG z16f2800100zcog, Neuros OSD (ARM9), and the simulation platforms.
@@ -936,39 +919,7 @@ Other memory:
-nuttx-0.3.7 2008-01-31 Gregory Nutt <spudmonkey@racsa.co.cr>
-
- * Added support for the Zilog Z16F using the Zilog Z16F2800100ZCOG
- Development Kit.
- * Add support toolchains that do not support making of dependencies
- * Fix Cygwin build with spaces in directory names
- * Name make system changes to deal with non-GNU toolchains (i.e., Zilog)
- * Add support for Windows native toolchains that cannot follow Cygwin soft links
- * Modified serial driver interface to handle hardware with non-16550A-like
- interrupt architecture (like the Z16F)
- * Added a "dumb" serial console driver to simplify OS bringup
- * Corrected a bug that caused the errno value of one task to be clobbered
- when a different task exits. Effects all architectures.
-
-pascal-0.1.1 2008-02-01 Gregory Nutt <spudmonkey@racsa.co.cr>
-
- * Correct some errors in the NuttX installation logic
-
-buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
-
- * Support for arm-elf toolchain
-
-
-
-
-
-nuttx-0.3.8 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.8 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added a test case to verify the Pascal P-Code interpreter
* Added /dev/zero
@@ -992,10 +943,33 @@ nuttx-0.3.8 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Added a generic CAN driver. This driver is untested as of this writing.
* Corrected DM320 UART configuration problem
-pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+pascal-0.1.2 2008-02-10 Gregory Nutt
* Add logic to build and link with the ZDS-II toolchain
use with the z16f.
+ * Make sure that POFF header structures are aligned
+ * Standardized POFF file format to big-endian
+ * Break up large switch statements to lower complexity
+ and eliminate a compiler bug
+ * Changes so that runtime compiles with SDCC.
+
+buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
+
+ * Support for arm-elf toolchain
+
+
+
+
+
+nuttx-0.3.9 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
buildroot-0.1.1 2007-xx-xx <spudmonkey@racsa.co.cr>