summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-12 14:31:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-12 14:31:41 -0600
commit647bbd7db03d6f2bd7909cd1e967a7c91ccd1be5 (patch)
tree25e1002617eba8ca356b015276df78b8eb388397 /nuttx/configs/sim
parent761d051218d4bf29a71532d7e67a18beda63cb30 (diff)
downloadpx4-nuttx-647bbd7db03d6f2bd7909cd1e967a7c91ccd1be5.tar.gz
px4-nuttx-647bbd7db03d6f2bd7909cd1e967a7c91ccd1be5.tar.bz2
px4-nuttx-647bbd7db03d6f2bd7909cd1e967a7c91ccd1be5.zip
Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent with other default priorities
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/nxwm/defconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/sim/nxwm/defconfig b/nuttx/configs/sim/nxwm/defconfig
index 5da33846f..6536d73c3 100644
--- a/nuttx/configs/sim/nxwm/defconfig
+++ b/nuttx/configs/sim/nxwm/defconfig
@@ -549,10 +549,10 @@ CONFIG_NXWIDGETS=y
# CONFIG_NXWIDGETS_FLICKERFREE is not set
CONFIG_NXWIDGETS_DEVNO=0
CONFIG_NXWIDGETS_VPLANE=0
-CONFIG_NXWIDGETS_SERVERPRIO=51
+CONFIG_NXWIDGETS_SERVERPRIO=110
CONFIG_NXWIDGETS_SERVERSTACK=16384
-CONFIG_NXWIDGETS_CLIENTPRIO=50
-CONFIG_NXWIDGETS_LISTENERPRIO=50
+CONFIG_NXWIDGETS_CLIENTPRIO=100
+CONFIG_NXWIDGETS_LISTENERPRIO=100
CONFIG_NXWIDGETS_LISTENERSTACK=8192
# CONFIG_NXWIDGETS_EXTERNINIT is not set
# CONFIG_NXWIDGET_EVENTWAIT is not set
@@ -634,13 +634,13 @@ CONFIG_NXWM_STARTWINDOW_HSPACING=4
CONFIG_NXWM_STARTWINDOW_MQNAME="/dev/nxwm"
CONFIG_NXWM_STARTWINDOW_MXMSGS=32
CONFIG_NXWM_STARTWINDOW_MXMPRIO=42
-CONFIG_NXWM_STARTWINDOW_PRIO=50
+CONFIG_NXWM_STARTWINDOW_PRIO=100
CONFIG_NXWM_STARTWINDOW_STACKSIZE=2048
#
# NxConsole Window Configuration
#
-CONFIG_NXWM_NXCONSOLE_PRIO=50
+CONFIG_NXWM_NXCONSOLE_PRIO=100
CONFIG_NXWM_NXCONSOLE_STACKSIZE=8192
# CONFIG_NXWM_NXCONSOLE_CUSTOM_COLORS is not set
# CONFIG_NXWM_NXCONSOLE_CUSTOM_FONTID is not set
@@ -654,7 +654,7 @@ CONFIG_NXWM_NXCONSOLE_STACKSIZE=8192
# CONFIG_NXWM_CALIBRATION_CUSTOM_COLORS is not set
# CONFIG_NXWM_CUSTOM_CALIBRATION_ICON is not set
CONFIG_NXWM_CALIBRATION_SIGNO=5
-CONFIG_NXWM_CALIBRATION_LISTENERPRIO=50
+CONFIG_NXWM_CALIBRATION_LISTENERPRIO=100
CONFIG_NXWM_CALIBRATION_LISTENERSTACK=2048
#