diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f1bf734e98..0f4459c15e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1488,6 +1488,7 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> load_ and exec_module() in a more familiar manner. It is not consistent with more standard exec() functions, however, because (1) it returns and (2) it requires symbol table arguments. + * lib/: Add fileno() nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 9acd622cdd..5c5b49ef1b 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: July 11, 2009

+

Last Updated: July 12, 2009

@@ -2347,6 +2347,117 @@ extern void up_ledoff(int led); +

THTTPD

+ +

USB Device-Side Support

USB Device Controller Driver