summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-17 15:06:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-17 15:06:05 -0600
commit1504e95a7d8e8182ace6189c5d173da2a306d601 (patch)
treeeac3137fe50c379a412dadd7de32d4dc9deeedc6 /apps
parent2e16493c175195a52d6a14828e3c2ea468bc793a (diff)
downloadnuttx-1504e95a7d8e8182ace6189c5d173da2a306d601.tar.gz
nuttx-1504e95a7d8e8182ace6189c5d173da2a306d601.tar.bz2
nuttx-1504e95a7d8e8182ace6189c5d173da2a306d601.zip
NxWM: Increase default priority of mouse and keyboard listener threads. Does not seem to make any difference but still seems like a good idea
Diffstat (limited to 'apps')
-rw-r--r--apps/NxWidgets/Kconfig13
1 files changed, 9 insertions, 4 deletions
diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig
index ec56d09a2..37fdccabe 100644
--- a/apps/NxWidgets/Kconfig
+++ b/apps/NxWidgets/Kconfig
@@ -814,9 +814,11 @@ config NXWM_TOUCHSCREEN_SIGNO
config NXWM_TOUCHSCREEN_LISTENERPRIO
int "Touchscreen Listener Task Priority"
- default 100
+ default 120
---help---
- Priority of the touchscreen listener thread. Default: 100
+ Priority of the touchscreen listener thread. This listener should
+ have a higher priority than most display-related tsks otherwise it
+ may miss touchscreen events. Default: 120
config NXWM_TOUCHSCREEN_LISTENERSTACK
int "Touchscreen Listener Task Stack Size"
@@ -870,9 +872,12 @@ config NXWM_KEYBOARD_BUFSIZE
config NXWM_KEYBOARD_LISTENERPRIO
int "Keyboard Listener Task Priority"
- default 100
+ default 120
---help---
- Priority of the touchscreen listener thread. Default: 100
+ Priority of the touchscreen listener thread.This listener should
+ have a higher priority than most display-related tsks otherwise it
+ may miss touchscreen events (not really very likely because keyboard
+ input is relatively slow). Default: 120
config NXWM_KEYBOARD_LISTENERSTACK
int "Keyboard Listener Task Stack Size"