summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-22 16:20:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-22 16:20:14 +0000
commit14b3d284e4dacf34ed0b4933136b28ba8c3d12c7 (patch)
treeb51a361eaeccc90d46927f8034262360932f59ff
parenta8992304bb5206237a75739b40f74823b6a3bfd8 (diff)
downloadnuttx-14b3d284e4dacf34ed0b4933136b28ba8c3d12c7.tar.gz
nuttx-14b3d284e4dacf34ed0b4933136b28ba8c3d12c7.tar.bz2
nuttx-14b3d284e4dacf34ed0b4933136b28ba8c3d12c7.zip
update for releasenuttx-2.1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@121 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/Documentation/NuttX.html2
-rw-r--r--nuttx/ReleaseNotes26
3 files changed, 15 insertions, 15 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b8546ecc1..d9d46c4c4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -57,7 +57,7 @@
cause various problems
* Added a test for roundrobin scheduler.
-0.1.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.1 2007-03-22 Gregory Nutt <spudmonkey@racsa.co.cr>
* Fix error in handing signed decimal in vsprintf().
* Major restructuring of header files to get closer to
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 8a3099807..cfb85a55e 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -418,7 +418,7 @@ Other memory:
cause various problems
* Added a test for roundrobin scheduler.
-0.1.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.1 2007-03-22 Gregory Nutt <spudmonkey@racsa.co.cr>
* Fix error in handing signed decimal in vsprintf().
* Major restructuring of header files to get closer to
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index da5eeb55d..9e6de05cf 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,19 +1,19 @@
-Nuttx-0.1.2
+Nuttx-0.2.1
^^^^^^^^^^^
-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.
+This is the fourth relese of NuttX. This release adds adds
+support for a new platform, restructures many header files,
+and adds a few new features:
-(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
+(1) Support for Neuros OSD / DM320
+(2) Restructuring of header files for better POSIX compliance
+(3) Added kill()
+(4) Added POSIX timers
+(5) bugfixes and documentation updates
This release has been verified on the Linux user-mode platform,
-the Spectrum Digital TMS320C5471 EVM using the test program under
-examples/ostest.
+the Spectrum Digital TMS320C5471 EVM, and the Neuros OSD using
+the test program under examples/ostest. Because of the stability
+of these tests, the project status has been upgraded to 'beta.'
-This tarball contains a complete CVS snapshot from March 19, 2007.
+This tarball contains a complete CVS snapshot from March 22, 2007.