diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 48a6b5fd984..bc36b19ac12 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: June 15, 2009
+Last Updated: June 17, 2009
@@ -37,28 +37,30 @@ 2.2.2 Summary of Files
+ The binfmt/ subdirectory contains logic for loading binaries in the file
+ system into memory in a form that can be used to execute them.
+
The configs/ subdirectory contains configuration data for each board.
These board-specific configurations plus the architecture-specific configurations in
@@ -722,7 +739,7 @@
is available to build these toolchains under Linux or Cygwin.
This directory holds architecture-independent device drivers. @@ -745,13 +762,13 @@ drivers/ `-- (common driver source files)
Example and test programs to build against.
-This directory contains the NuttX file system. @@ -769,7 +786,7 @@ fs/ `-- (common file system source files) -
This directory contains files for graphics/video support under NuttX. @@ -786,7 +803,7 @@ graphics/ `-- (common file system source files) -
This directory holds NuttX header files. Standard header files file retained in can be included in the normal fashion: @@ -815,24 +832,30 @@ include/ `-- (more standard header files) -
This directory holds a collection of standard libc-like functions with custom interfaces into NuttX.
-+ This directory holds a tiny, minimal standard std C++ that can be used to + build some, simple C++ applications in NuttX. +
+ +This is the NuttX memory manager.
-
This directory contains the implementation of the socket APIs.
The subdirectory, uip contains the uIP port.
This directory contains most of the network applications. Some of these are original with NuttX (like tftpc and dhcpd) and others were leveraged from the uIP-1.0 apps directory. @@ -871,12 +894,12 @@ netutils/ `-- (netutils common files) -
The files forming core of the NuttX RTOS reside here.
-This directory holds a collection of tools and scripts to simplify configuring, building and maintaining NuttX. @@ -897,7 +920,7 @@ tools/ `-- zipme -
The top-level Makefile in the ${TOPDIR} directory contains all of the top-level control
logic to build NuttX.