incubator-nuttx/libs/libnx
Gregory Nutt 1a754deaa0 Cosmetic updates from review of last PR. 2018-11-12 09:43:33 -06:00
..
bin
kbin
nx
nxfonts Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request #757) 2018-11-12 15:36:35 +00:00
nxglib
nxmu
nxtk Cosmetic updates from review of last PR. 2018-11-12 09:43:33 -06:00
ubin
.gitignore
Kconfig
Makefile
README.txt
nxcontext.h

README.txt

README
======

  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.  This directory, libs/libnx/,
  contains only those user-callable components.

  The RTOS internal functions are contained in the graphics/ directory.
  Please refer to graphics/README.txt for more detailed information.