9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@99 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2007-03-19 16:52:23 +00:00
parent a7e582a2c5
commit b04a8a3b4c
2 changed files with 14 additions and 14 deletions

View File

@ -180,7 +180,7 @@
</table>
<p>
The second release of NuttX (nuttx-0.1.1) is avalable for download
The second release of NuttX (nuttx-0.1.2) is avalable for download
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website.
</p>

View File

@ -1,19 +1,19 @@
Nuttx-0.1.1
Nuttx-0.1.2
^^^^^^^^^^^
This is the second release of NuttX. This release includes the
following. See the ChangeLog for more detailed description of
the changes.
This is the third release of NuttX. This release is primary a
bugfix release with minimal new features. See the ChangeLog
for a more detailed description of the changes.
(1) General OS bugfixes (see the ChangeLog for details),
(2) bugfixes for the TI TMS320C5471 (Arm7) platform (see the
ChangeLog)
(3) Complete support for the 87C52. (However, the 87C52 release
is not stable enough for general usage).
(4) Added the beginning of a shell call NuttShell (nsh)
(1) Several important OS and ARM7 bugfixes,
(2) opendir(), closedir(), readdir(), etc. added
(3) Added C5471 watchdog timer.
(4) Created a shareable, serial driver.
(5) Added 'ls' command to NuttShell (nsh)
(6) Added a test of the round robin scheduler
This release has been verified on the Linux user-mode platform,
the Spectrum Digital TMS320C5471 EVM, and the PJRC 87C52 development
board using the test program under examples/ostest.
the Spectrum Digital TMS320C5471 EVM using the test program under
examples/ostest.
This tarball contains a complete CVS snapshot from March 14, 2007.
This tarball contains a complete CVS snapshot from March 19, 2007.