summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-10 10:14:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-10 10:14:22 -0600
commit105f5fbfcbbf411deefddac8039ccb3b03477609 (patch)
tree9391251ac4481cf2f8d6f066949920d439ad86cd /nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
parentaffcb091dfe86c33c3a4dca58005a1c0670dc8ce (diff)
downloadpx4-nuttx-105f5fbfcbbf411deefddac8039ccb3b03477609.tar.gz
px4-nuttx-105f5fbfcbbf411deefddac8039ccb3b03477609.tar.bz2
px4-nuttx-105f5fbfcbbf411deefddac8039ccb3b03477609.zip
Add a mouse interface that is similar to the touchscreen interface except that it can handle multple buttons and continuously reports positional data so that it can control a cursor
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
index 4f8e2cb7a..a5e376f5e 100644
--- a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
@@ -407,6 +407,7 @@ CONFIG_USBHOST_NPREALLOC=4
# CONFIG_USBHOST_MSC is not set
# CONFIG_USBHOST_HIDKBD is not set
CONFIG_USBHOST_HIDMOUSE=y
+# CONFIG_HIDMOUSE_TSCIF is not set
CONFIG_HIDMOUSE_DEFPRIO=50
CONFIG_HIDMOUSE_STACKSIZE=1024
CONFIG_HIDMOUSE_BUFSIZE=64
@@ -646,6 +647,7 @@ CONFIG_EXAMPLES_NSH=y
CONFIG_EXAMPLES_TOUCHSCREEN=y
CONFIG_EXAMPLES_TOUCHSCREEN_MINOR=0
CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH="/dev/mouse0"
+CONFIG_EXAMPLES_TOUCHSCREEN_MOUSE=y
# CONFIG_EXAMPLES_UDP is not set
# CONFIG_EXAMPLES_DISCOVER is not set
# CONFIG_EXAMPLES_UIP is not set