diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 93cf94966a7..6356422c5c7 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 10, 2008

+

Last Updated: August 12, 2008

@@ -1029,9 +1029,13 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr> nuttx-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Added mkfatfs, mkfifo, sleep, usleep and nice commands to NSH + * Fixed problem with console input in Cygwin-based simulator; NSH now works + with simulator. * NSH will now execute commands in background * sched_get_priority_max/min returned error on SCHED_RR * Removed duplicate getenv() implementation in /lib + * Correct detection of End-of-File in fgets + * Implement sh and crude script handler in NSH pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>