summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-31 23:15:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-31 23:15:03 +0000
commitd756a18540eca81be33395b73d2ac9d1f5053969 (patch)
treed67845bcfc4d66f54cabc5112211a1bdadbe9900 /nuttx/ReleaseNotes
parentd38281ef2f696a9c47a5e7ed40b2af599cff7ca9 (diff)
downloadpx4-nuttx-d756a18540eca81be33395b73d2ac9d1f5053969.tar.gz
px4-nuttx-d756a18540eca81be33395b73d2ac9d1f5053969.tar.bz2
px4-nuttx-d756a18540eca81be33395b73d2ac9d1f5053969.zip
Prep for 0.3.7 releasenuttx-3.7
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@601 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes40
1 files changed, 22 insertions, 18 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 0ff0b3425..b22112c8a 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,25 +1,29 @@
-nuttx-0.3.6
+nuttx-0.3.7
^^^^^^^^^^^
-This is the 18th release of NuttX. 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 is the 19th release of NuttX. 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.
-This release of NuttX includes the following changes:
+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 root of
+the NuttX directory. The overall quality of NuttX (excluding the
+z16f port) continues to improve beyond the late beta level.
-* Fixes for use with SDCC compiler
-* Added a simulated z80 target (arch/z80)
-* Fix deadlock errors when using stdio but with no buffering
-* Add support for the add-on Pascal P-Code interpreter (pcode/)
- (see the pascal-0.1.0 package)
+The z16f port required numerous changes to NuttX to handle:
-This 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.
+* NEAR and FAR addressing, and
+* Use of a Windows native toolchain in a Cygwin build environment.
-This tarball contains a complete CVS snapshot from January 6, 2007.
+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.
-NOTE: There was an error in the initial 0.3.6 release that prevented
-a successful build unless the Pascal add-on was present. The
-tarball was patched to include the fix. Make sure that you download
-the nuttx-0.3.6.1.tar.gz version to avoid this problem.
+This release were verified on the ZiLOG z16f2800100zcog, Neuros OSD
+(ARM9), and the simulation platforms. As usual, any feedback about bugs
+or suggestions for improvement would be greatly appreciated.
+
+This tarball contains a complete CVS snapshot from January 31, 2008.