diff --git a/ChangeLog b/ChangeLog index e3fa6f52624..1590700a6b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6326,4 +6326,5 @@ reshuffling is necessary if we ever want to build graphics applications as kernel builds. There is still more today (NXTK and NXFONTS need to be moved to libc as well) (2013-12-27). - + * Move libc/nx, nxmu, and nxglib to a new library, libnx. The NX + graphics is not properly a part of libc (2013-12-28). 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 @@

NX Graphics Subsystem

-

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. +