summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-28 19:09:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-28 19:09:38 +0000
commit1817773ede93ba7ad867c1309f5c23fd7043957a (patch)
treefa2e71076f5703b2dd2a1130e0a2da2212469c2b /nuttx/configs/sim
parent33905b7161123f75fae970bc5be4b8f2854dfbee (diff)
downloadpx4-nuttx-1817773ede93ba7ad867c1309f5c23fd7043957a.tar.gz
px4-nuttx-1817773ede93ba7ad867c1309f5c23fd7043957a.tar.bz2
px4-nuttx-1817773ede93ba7ad867c1309f5c23fd7043957a.zip
Change X11 event loop initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3991 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 64258a6cb..3a9348d1c 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -266,6 +266,18 @@ nx11
CONFIG_INPUT=y
CONFIG_SIM_TOUCHSCREEN=y
+ Then you must also have some application logic that will call
+ up_simtouchscreen(0) to register the touchscreen driver.
+
+ NOTES:
+ 1. If you do not have this call, the build will mysteriously
+ fail claiming that is can't find up_tcenter(0 and up_tcleave().
+ That is a consequence of the crazy way that the simulation is
+ built and can only be eliminated by call up_simtouchscreen(0)
+ from your application.
+
+ 2. You must first call
+
X11 Build Issues
----------------
To get the system to compile under various X11 installations