summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-30 20:05:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-30 20:05:47 +0000
commit35fca0444f23f80018b537db7e70a3abb3f0c5d5 (patch)
tree84c644bb850fb98fadc2332950c090123db94318 /nuttx
parent69ef693d6f964404ef5d278f2f29ab7d26022f04 (diff)
downloadpx4-nuttx-35fca0444f23f80018b537db7e70a3abb3f0c5d5.tar.gz
px4-nuttx-35fca0444f23f80018b537db7e70a3abb3f0c5d5.tar.bz2
px4-nuttx-35fca0444f23f80018b537db7e70a3abb3f0c5d5.zip
Mentioned unimplemented directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1362 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/graphics/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/nuttx/graphics/README.txt b/nuttx/graphics/README.txt
index 40752d07e..2215ea4d2 100644
--- a/nuttx/graphics/README.txt
+++ b/nuttx/graphics/README.txt
@@ -1,6 +1,9 @@
README
^^^^^^
+This directory contains tiny graphics support for NuttX. The contents of this directory
+are only build if CONFIG_NXGRAPHICS is defined in the NuttX configuration file.
+
Roadmap
^^^^^^^
@@ -21,6 +24,14 @@ at the present, but here is the longer term roadmap:
NXGLIB - Low level graphics utilities and direct framebuffer rendering logic.
NX is build on NXGLIB.
+Related Header Files
+^^^^^^^^^^^^^^^^^^^^
+
+include/nuttx/nxglib.h -- Describes the NXGLIB C interfaces
+include/nuttx/nx.h -- Describes the NX C interfaces
+include/nutt/nxtk.h -- Will describe the NXTOOLKIT C interfaces
+include/nuttx/nxwidgets.h -- Will describe the NXWIDGETS classes
+
Directories:
^^^^^^^^^^^^
@@ -52,3 +63,9 @@ graphics/nxsu
queue to serialize window operations from many threads. The multi-user front-end
is selected when CONFIG_NX_MULTIUSER is defined in the NuttX configuration file.
+graphics/nxtoolkit
+ This is where the NXTOOLKIT implementation will reside.
+
+graphics/nxwidgets
+ This is where the NXWIDGETS implementation will reside.
+