summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
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/Documentation
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/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html56
1 files changed, 29 insertions, 27 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 6d8a69ba1..16ccfb199 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: May 31, 2008</p>
+ <p>Last Updated: June 1, 2008</p>
</td>
</tr>
</table>
@@ -456,7 +456,7 @@
</table>
<p>
- The 22nd release of NuttX (nuttx-0.3.11) is available for download
+ The 23rd release of NuttX (nuttx-0.3.11) is available for download
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website.
The change log associated with the release is available <a href="#currentrelease">here</a>.
@@ -464,16 +464,24 @@
These unreleased changes are listed <a href="#pendingchanges">here</a>.
</p>
<p>
- nuttx-0.3.10 is an important bug fix release.
- This release incorporates fixes to correct critical list handling errors
- in task shutdown logic: One in timer deletion logic (timer_delete.c) and one
- in stream logic (lib_init.c).
+ nuttx-0.3.11 is another important bugfix release.
+ This release fixes several bugs:
</p>
+<ul>
+ <li>Two POSIX timer bugs: a memory leak as well a fatal sequencing error.</li>
+ <li>Several FAT filesystem errors.</li>
+ <li>A deadlock that can occur in <code>opendir()</code></li>
+</ul>
<p>
- Additional, minor enhancements includes support to ZiLOG EZ80Acclaim
- microcontrooler (EZ80F91 chip) and configurations fot the ZiLOG z8f64200100kit (Z8F6423)
- and ez80f0910200kitg (EZ80F091) development kit.
+ A few new features were also added:
</p>
+<ul>
+ <li>Support for recursive mutexes</li>
+ <li>Added a RAM disk block driver</li>
+ <li>The host simulator no longer uses direct Linux system calls and now also works on Cygwin.</li>
+ <li>The OS test was strengthen and now runs as an endurance test</li>
+</ul>
+
<p>
As usual, any feedback about bugs or suggestions for improvement would be greatly appreciated.
</p>
@@ -973,14 +981,18 @@ Other memory:
</table>
<pre><ul>
-nuttx-0.3.10 2008-05-15 Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+nuttx-0.3.11 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
- * Add support for the ZiLOG EZ80Acclaim microcontrooler (EZ80F91 chip).
- * Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part.
- * Add configuration for the ZiLOG ez80f0910200kitg development kit, EZ80F091 part.
- * Correct critical list handling errors in task shutdown logic: One in timer
- deletion logic (timer_delete.c) and one in stream logic (lib_init.c) reported
- by kwonsk.
+ * Add support for recursive mutexes.
+ * Eliminate a memory leak -- contained watchdog instance was not being
+ deleted with a POSIX timer was deleted reported by kwonsk.
+ * Eliminate a deadlock condition in opendir() reported by kwonsk.
+ * Fix several FAT filesystem problems reported by kwonsk (Changes not yet
+ verified).
+ * Host simulator no longer uses Linux system calls directly; Now works with Cygwin.
+ * Fix an error that occurs when a POSIX timer is deleted by the timer signal handler.
+ * Add logic to allow the examples/ostest to be run repetitively as an endurance test.
+ * Add a ramdisk block driver
pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -1006,17 +1018,7 @@ buildroot-0.1.0 2007-03-09 &lt;spudmonkey@racsa.co.cr&gt
</table>
<pre><ul>
-nuttx-0.3.11 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
-
- * Add support for recursive mutexes.
- * Eliminate a memory leak -- contained watchdog instance was not being
- deleted with a POSIX timer was deleted reported by kwonsk.
- * Eliminate a deadlock condition in opendir() reported by kwonsk.
- * Fix several FAT filesystem problems reported by kwonsk (Changes not yet
- verified).
- * Host simulator no longer uses Linux system calls directly; Now works with Cygwin.
- * Fix an error that occurs when a POSIX timer is deleted by the timer signal handler.
- * Add logic to allow the examples/ostest to be run repetitively as an endurance test.
+nuttx-0.3.12 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;