diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 1343756eb13..68b3d4d8148 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 16, 2009

+

Last Updated: June 17, 2009

@@ -1476,6 +1476,11 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> via task_create(). * Use of C++ reserved word 'private' in C header files causes problems for C++ that include them. + * Added 'binfmt' support to allow execution of programs in a file system, + binding to NuttX symbols. A custom format call NXFLAT is used; this + derives from http://xflat.sourceforge.net. At present is supports on + XIP execution from ROMFS file systems. Initial check-in is untested + and probably breaks many builds. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>