nuttx/libs/libnx
Xiang Xiao c8f1eeed57 Merge commit '2e43815c92' into dev
Change-Id: Idcbac12fec435abff01cfb4efd5a26a02eb08f93
2021-07-13 03:14:34 +08:00
..
bin
kbin
nx
nxfonts libs: libnx: nxfonts: Fix prefix of generated fonts data 2021-07-03 23:14:19 -05:00
nxglib
nxmu
nxtk
Kconfig
Makefile make/archive: replace the dependency to preprequisite list 2021-05-07 21:34:45 +08:00
nxcontext.h libc: Remove the duplication lib_xxx macro 2021-07-01 11:28:34 -07:00
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.