summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 23:40:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-01 23:40:44 +0000
commit13ee91d6e3868f4d8c73f0740515c2a3326d1b82 (patch)
treef1e69289482b08fd5d731d1e2272642a587321ca /nuttx/examples/README.txt
parent0f895f0ed4b2370af37d91c0ecb7649d914ed147 (diff)
downloadpx4-nuttx-13ee91d6e3868f4d8c73f0740515c2a3326d1b82.tar.gz
px4-nuttx-13ee91d6e3868f4d8c73f0740515c2a3326d1b82.tar.bz2
px4-nuttx-13ee91d6e3868f4d8c73f0740515c2a3326d1b82.zip
Can't use signal handler for nx_eventhandler()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1387 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 2fbb54e8f..f3b7aba5c 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -74,11 +74,21 @@ examples/nx
CONFIG_EXAMPLES_NX_STACKSIZE -- The stacksize to use when creating
the NX server. Default 2048
- CONFIG_EXAMPLES_NX_CLIENTPRIO -- The client priority. Default: 80
+ CONFIG_EXAMPLES_NX_CLIENTPRIO -- The client priority. Default: 100
CONFIG_EXAMPLES_NX_SERVERPRIO -- The server priority. Default: 120
+ CONFIG_EXAMPLES_NX_LISTENERPRIO -- The priority of the event listener
+ thread. Default 80.
CONFIG_EXAMPLES_NX_NOTIFYSIGNO -- The signal number to use with
nx_eventnotify(). Default: 4
+ If CONFIG_NX_MULTIUSER is defined, then the example also expects the
+ following settings and will generate an error if they are not as expected:
+
+ CONFIG_DISABLE_MQUEUE=n
+ CONFIG_DISABLE_SIGNALS=n
+ CONFIG_DISABLE_PTHREAD=n
+ CONFIG_NX_BLOCKING=y
+
examples/null
^^^^^^^^^^^^^