Prepare for 0.9.10 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@751 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-05-15 10:51:14 +00:00
parent eda3ba568b
commit 5271b3b2c9

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: March 15, 2008</p> <p>Last Updated: May 15, 2008</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -456,7 +456,7 @@
</table> </table>
<p> <p>
The 21st release of NuttX (nuttx-0.3.9) is available for download The 22nd 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> from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website. website.
The change log associated with the release is available <a href="#currentrelease">here</a>. The change log associated with the release is available <a href="#currentrelease">here</a>.
@ -464,13 +464,17 @@
These unreleased changes are listed <a href="#pendingchanges">here</a>. These unreleased changes are listed <a href="#pendingchanges">here</a>.
</p> </p>
<p> <p>
nuttx-0.3.9 is a minor feature enhancement release. nuttx-0.3.10 is an important bug fix release.
This release includes support for the ZiLOG Z8Encore! microcontroller. This release incorporates fixes to correct critical list handling errors
Also included is the initial framework for support for the Z80, in task shutdown logic: One in timer deletion logic (timer_delete.c) and one
<a href="http://www.tim-mann.org/xtrs.html">XTRS</a> platform. in stream logic (lib_init.c).
</p>
<p>
Additional, minor enhancements includes support to ZiLOG EZ80Acclaim
microcontrooler (EZ80F91 chip) and configurations fot the ZiLOG z8f64200100kit (Z8F6423)
and ez80f0910200kitg (EZ80F091) development kit.
</p> </p>
<p> <p>
This released has been verified only on the ZiLOG ZDS-II Z8Encore! chip simulation.
As usual, any feedback about bugs or suggestions for improvement would be greatly appreciated. As usual, any feedback about bugs or suggestions for improvement would be greatly appreciated.
</p> </p>
@ -969,18 +973,13 @@ Other memory:
</table> </table>
<pre><ul> <pre><ul>
nuttx-0.3.9 2008-03-09 Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt; nuttx-0.3.10 2008-05-15 Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Began adding support for the ZiLOG Z8Encore! microcontroller for the Z8Encore000ZCO * Add support for the ZiLOG EZ80Acclaim microcontrooler (EZ80F91 chip).
development board and the Z8F6403 part. * Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part.
* Fix broken 'clean' target on z80sim configurations * Add configuration for the ZiLOG ez80f0910200kitg development kit, EZ80F091 part.
* Re-structure arch/z80 to provide support for all ZiLOG 8-bit microcontrollers (ez8 * Correct critical list handling errors in task shutdown logic: One in timer
in particular for now). deletion logic (timer_delete.c) and one in stream logic (lib_init.c).
* Add support for TRS80-Model 3 based on the xtrs emulation (http://www.tim-mann.org/xtrs.html)
Per patch from Jacques Pelletier.
* In all shell scripts, change #!/bin/sh to #!/bin/bash to resolve problems in
Ubuntu where /bin/sh is a link to dash.
* Z8Encore! port verified on ZDS-II instruction set/chip simulator.
pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr> pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr>
@ -1006,11 +1005,7 @@ buildroot-0.1.0 2007-03-09 &lt;spudmonkey@racsa.co.cr&gt
</table> </table>
<pre><ul> <pre><ul>
nuttx-0.3.10 2008-xx-xx 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.
pascal-0.1.3 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;