diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 68b3d4d8148..cb637824d29 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: June 17, 2009
+Last Updated: June 18, 2009
CONFIG_SDCLONE_DISABLE: Disable cloning of all socket
desciptors by task_create() when a new task is started.
If set, all sockets will appear to be closed in the new task.
+ :
+ CONFIG_NXFLAT: Enable support for the NXFLAT binary format.
+ This format will support execution of NuttX binaries located
+ in a ROMFS filesystem (see examples/nxflat).