summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 20:08:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 20:08:20 +0000
commit7d94dfd30b6a334a440c69707cec9246dc5c0647 (patch)
tree1278d1fa0ddf74c5719b72d26f9ee1048997d60b /nuttx/ReleaseNotes
parente82665a8c9ce3d089e4fea4969aac21689f58947 (diff)
downloadpx4-nuttx-7d94dfd30b6a334a440c69707cec9246dc5c0647.tar.gz
px4-nuttx-7d94dfd30b6a334a440c69707cec9246dc5c0647.tar.bz2
px4-nuttx-7d94dfd30b6a334a440c69707cec9246dc5c0647.zip
Add RAM disk supportnuttx-3.11
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@765 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index a1859cb3c..1c54807d7 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -452,4 +452,25 @@ in stream logic (lib_init.c). This release also includes support to ZiLOG EZ80A
microcontrooler (EZ80F91 chip) and configurations fot the ZiLOG z8f64200100kit (Z8F6423)
and ez80f0910200kitg (EZ80F091) development kit.
+nuttx=0.3.11
+^^^^^^^^^^^^
+
+This is the 23rd release of NuttX. This is another important bugfix release.
+This releases fixes several bugs:
+
+* Two POSIX timer bugs: a memory leak as well a fatal sequencing error.
+* Several FAT filesystem errors.
+* A deadlock that can occur in opendir()
+
+A few new features were also added:
+
+* Support for recursive mutexes
+* Added a RAM disk block driver
+* The host simulator no longer uses direct Linux system calls and now also works on Cygwin.
+* The OS test was strengthen and now runs as an endurance test
+
+These changes were verified only on the Host simulator under Cygwin. Please report
+any errors to me.
+
+This tarball contains a complete CVS snapshot from June 1, 2008.