mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
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.
12 lines
521 B
Plaintext
Executable File
12 lines
521 B
Plaintext
Executable File
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.
|