summaryrefslogtreecommitdiff
path: root/nuttx/graphics
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-05 14:07:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-05 14:07:41 +0000
commit5f6797a5963b61c3b91a0161a9c9f2a373c4a0fe (patch)
tree7cc0a9a2174b975fb0595a69aa3ae766b0b2a543 /nuttx/graphics
parentdeab3d6e8ea2a6f4e4cb4f14927e660b5b56156b (diff)
downloadpx4-nuttx-5f6797a5963b61c3b91a0161a9c9f2a373c4a0fe.tar.gz
px4-nuttx-5f6797a5963b61c3b91a0161a9c9f2a373c4a0fe.tar.bz2
px4-nuttx-5f6797a5963b61c3b91a0161a9c9f2a373c4a0fe.zip
Add support for GPIO interrupts & STM3210E-EVAL board buttons
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2226 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics')
-rw-r--r--nuttx/graphics/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/README.txt b/nuttx/graphics/README.txt
index 44127a53c..1822067ad 100644
--- a/nuttx/graphics/README.txt
+++ b/nuttx/graphics/README.txt
@@ -59,7 +59,7 @@ graphics/nxsu
single user front-end is selected when CONFIG_NX_MULTIUSER is not defined in the
NuttX configuration file.
-graphics/nxsu
+graphics/nxmu
This is the NX multi user "front end". When combined with the generic "back-end"
(nxbe), it implements a multi-threaded, multi-user windowing system. The files
in this directory present the window APIs described in include/nuttx/nx.h. The