summaryrefslogtreecommitdiffstats
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 17:08:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 17:08:59 -0600
commit4b59193e39baf25f2923ef64745c44a7f2d55027 (patch)
tree643f2f94d78b846cbaf3c76e95d77bf0e97837c9 /nuttx
parent54ce35a1e1502a0d7455292ccdb7498fefdbe94e (diff)
NSH Keyboard: Close stdin before trying to reopen. Otherwise, driver will persist
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index 1ff6b5a33b..463e38e4e1 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3475,6 +3475,10 @@ Configurations
CONFIG_NSH_USBKBD=y
CONFIG_NSH_USBKBD_DEVNAME="/dev/kbda"
+ [Using the RAMLOG with the USB keyboard is, however, probably a bad
+ idea because you cannot type the 'dmesg' command to view the RAMLOG
+ without a keyboard attached.]
+
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
described above in the section entitled "USB High-Speed Device."