diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 7da1c86f77d..4aa754b6c60 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@
Last Updated: May 7, 2012
+Last Updated: December 28, 2013
@@ -3144,9 +3144,20 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, +
+ The graphics capability consist both of components internal to the RTOS and of user-callable interfaces.
+ In the NuttX kernel mode build there are some components of the graphics subsystem are callable in user mode and other components that are internal to the RTOS.
+ The directory nuttx/graphics contains only those components that are internal to the RTOS.
+
+ User callable functions must be part of a library that can be linked against user applications.
+ This user callable interfaces are provided in sub-directories under nuttx/libnx.
+
graphics/nxglib
+ libnx/nx
+ graphics/nxglib and libnx/nxglib
CONFIG_NX_MULTIUSER is not
defined in the NuttX configuration file.
- graphics/nxsu
+ + NOTE: There is no nxsu sub-directory in nuttx/libnx. + That is because this separation of interfaces is only required in the kernel build mode and only the multi-user interfaces can be used with the kernel build. ++ +
graphics/nxmu and libnx/nxmu
nxbe), it implements a
multi-threaded, multi-user windowing system.
diff --git a/Documentation/README.html b/Documentation/README.html
index 7ae3ab5056a..cf0e2103451 100644
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -255,6 +255,8 @@
| | `- README.txt
| |- libc/
| | `- README.txt
+ | |- libnx/
+ | | `- README.txt
| |- libxx/
| | `- README.txt
| |- mm/