summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 16:25:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 16:25:02 -0600
commite64b7e3367eb7356bc7699a6d82c37eb0ec2fade (patch)
tree0126cfaa285b12bfcb2ca2a5cdc51b011e4b21ee /nuttx/configs
parente196cbac058b891f899a57e05383e911e848c1b8 (diff)
downloadpx4-nuttx-e64b7e3367eb7356bc7699a6d82c37eb0ec2fade.tar.gz
px4-nuttx-e64b7e3367eb7356bc7699a6d82c37eb0ec2fade.tar.bz2
px4-nuttx-e64b7e3367eb7356bc7699a6d82c37eb0ec2fade.zip
NSH: Add an option to take stdin from a USB keyboard device
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index fb1aa1ad6..1ff6b5a33 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3463,7 +3463,17 @@ Configurations
be configured as a USB host port if desired).
Support for Mass Storage Class and USB (Boot) Keyboard class is also
- enabled.
+ enabled. The keyboard class was useful for verifying that low-speed
+ devices can connect successfully, but is otherwise not used by this
+ configuration. Feel free to disable it if you like:
+
+ CONFIG_USBHOST_HIDKBD=n
+
+ You could also replace the NSH stdin device to take input from a USB
+ keyboard with:
+
+ CONFIG_NSH_USBKBD=y
+ CONFIG_NSH_USBKBD_DEVNAME="/dev/kbda"
14. Support the USB high-speed USB device driver (UDPHS) is not enabled by
default but could be enabled by changing the NuttX configuration file as