summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nx
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/configs/sim/nx
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/configs/sim/nx')
-rw-r--r--nuttx/configs/sim/nx/defconfig6
-rw-r--r--nuttx/configs/sim/nx/defconfig-x116
2 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/sim/nx/defconfig b/nuttx/configs/sim/nx/defconfig
index 8218088bb..27c5baf60 100644
--- a/nuttx/configs/sim/nx/defconfig
+++ b/nuttx/configs/sim/nx/defconfig
@@ -123,9 +123,9 @@ CONFIG_DEV_LOWCONSOLE=n
#
CONFIG_DISABLE_CLOCK=n
CONFIG_DISABLE_POSIX_TIMERS=y
-CONFIG_DISABLE_PTHREAD=y
+CONFIG_DISABLE_PTHREAD=n
CONFIG_DISABLE_SIGNALS=n
-CONFIG_DISABLE_MQUEUE=y
+CONFIG_DISABLE_MQUEUE=n
CONFIG_DISABLE_MOUNTPOINT=y
CONFIG_DISABLE_ENVIRON=y
CONFIG_DISABLE_POLL=y
@@ -343,7 +343,7 @@ CONFIG_NXGLIB_DISABLE_32BPP=y
CONFIG_NXGL_PACKEDMSFIRST=n
CONFIG_NX_MOUSE=y
CONFIG_NX_KBD=n
-CONFIG_NX_BLOCKING=n
+CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32
CONFIG_NX_MXCLIENTMSGS=16
diff --git a/nuttx/configs/sim/nx/defconfig-x11 b/nuttx/configs/sim/nx/defconfig-x11
index 5c95f8eab..397159148 100644
--- a/nuttx/configs/sim/nx/defconfig-x11
+++ b/nuttx/configs/sim/nx/defconfig-x11
@@ -123,9 +123,9 @@ CONFIG_DEV_LOWCONSOLE=n
#
CONFIG_DISABLE_CLOCK=n
CONFIG_DISABLE_POSIX_TIMERS=y
-CONFIG_DISABLE_PTHREAD=y
+CONFIG_DISABLE_PTHREAD=n
CONFIG_DISABLE_SIGNALS=n
-CONFIG_DISABLE_MQUEUE=y
+CONFIG_DISABLE_MQUEUE=n
CONFIG_DISABLE_MOUNTPOINT=y
CONFIG_DISABLE_ENVIRON=y
CONFIG_DISABLE_POLL=y
@@ -343,7 +343,7 @@ CONFIG_NXGLIB_DISABLE_32BPP=n
CONFIG_NXGL_PACKEDMSFIRST=n
CONFIG_NX_MOUSE=y
CONFIG_NX_KBD=n
-CONFIG_NX_BLOCKING=n
+CONFIG_NX_BLOCKING=y
CONFIG_NX_MXSERVERMSGS=32
CONFIG_NX_MXCLIENTMSGS=16