diff --git a/ChangeLog b/ChangeLog index 246bf4ef03a..b1c599addaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -394,6 +394,7 @@ 0.3.13 2008-xx-xx Gregory Nutt - * Added mkfatfs command to NSH - * Added mkfifo command to NSH + * Added mkfatfs, mkfifo, sleep, usleep and nice commands to NSH + * NSH will not execute commands in background + * sched_get_priority_max/min returned error on SCHED_RR diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a00736b20b4..0daaf1afbbc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1028,8 +1028,9 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>