diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2ea742e702c..840879ef1e5 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 30, 2007

+

Last Updated: July 2, 2007

@@ -183,7 +183,7 @@

- The 10th release of NuttX (nuttx-0.2.7) is available for download + The 11th release of NuttX (nuttx-0.2.8) is available for download from the SourceForge website. The change log associated with the release is available here. @@ -560,17 +560,7 @@ Other memory: telldir(), rewindir(). * Fixed ARM compilation errors introduced in 0.2.5 (that is what I get for only testing on the simulation). - - - - - -
- ChangeLog for Current Release -
- -

+ + + + +
+ ChangeLog for Current Release +
+ +
+
@@ -611,31 +633,8 @@ Other memory:
    -0.2.8 2007-xx-xx Gregory Nutt +0.2.9 2007-xx-xx Gregory Nutt - * tools/Makefile.mkconfig: Under Cygwin, executable has a different name - * tools/mkdeps.sh & arch/arm/src/Makefile: Corrected a problem making dependencies - * tools/zipme.sh: Force directory name to be nuttx-xx.yy.zz - * fs/fs_opendir.c: Correct errors in semaphore usage that can cause deadlock. - * lib/lib_getopt.c: Added getopt() support - * examples/nsh: NSH now supports cat, mount, umount, and mkdir. ls supports - -l -s, and -R - * Added basic OS support to manage environment variables: environment - storage, cloning on task creation, sharing on pthread creation, destruction - on thread/task exit. - * Add environment variables APIs: environ, getenv, putenv, clearenv, setenv, - unsetenv - * Add environment variables APIs: environ, getenv, putenv, clearenv, setenv, - unsetenv - * Correct an error in realloc() when the block is extended "down" in memory. - In this case, the old memory contents need to be copied to the new location - and an allocated bit was not being set. - * examples/ostest: Added an environment variable test. - * examples/nsh/: Break into several files. - * lib/: Added strrchr, basename, dirname - * examples/nsh/: Add cp, rm, rmdir, set, unset commands. echo will now print - environment variables. - * Started m68322