cf99fb40c9
Squashed commit of the following: libs/libxx: Fix some confusing in naming. If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected). libs/: Fix paths in moved library directories. libs: Brute force move of libc, libnx, and libxx to libs. Cannot yet build it in that configuration. |
||
---|---|---|
.. | ||
bin | ||
kbin | ||
nx | ||
nxfonts | ||
nxglib | ||
nxmu | ||
nxtk | ||
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.