diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f73f1008e56..e333675e9ad 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -547,7 +547,7 @@ Look at all those files and features... How can it be a tiny OS?. The NuttX feature list (above) is fairly long and if you look at the NuttX source tree, you will see that there are hundreds of source files comprising - NuttX. How can NuttX be a tiny OS will all of that? + NuttX. How can NuttX be a tiny OS with all of that?

diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 01ef85086c3..e40a8d4e2ba 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -16,7 +16,7 @@

by

Gregory Nutt

-

Last Update: November 28, 2008

+

Last Update: December 5, 2008

Table of Contents

@@ -1857,7 +1857,7 @@ The system can be re-made subsequently by just typing make.

Graphics related configuration settings

@@ -1865,35 +1865,63 @@ The system can be re-made subsequently by just typing make.

NX configuration setting

@@ -1902,7 +1930,7 @@ The system can be re-made subsequently by just typing make.
  • CONFIG_NX_BLOCKING Open the client message queues in blocking mode. In this case, - nx_eventhandler() will never return. + nx_eventhandler() will not return until a message is received and processed.
  • CONFIG_NX_MXSERVERMSGS and CONFIG_NX_MXCLIENTMSGS