mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 21:20:10 +00:00
Update a README
This commit is contained in:
parent
c428661e18
commit
d391f9d7d3
1 changed files with 15 additions and 0 deletions
|
|
@ -190,6 +190,21 @@ OTGFS Host
|
|||
CONFIG_FAT_LFN=y
|
||||
CONFIG_FAT_MAXFNAME=32
|
||||
|
||||
This will enable USB HID keyboard support:
|
||||
|
||||
CONFIG_USBHOST_HIDKBD=y
|
||||
CONFIG_HIDKBD_BUFSIZE=64
|
||||
CONFIG_HIDKBD_DEFPRIO=50
|
||||
CONFIG_HIDKBD_POLLUSEC=100000
|
||||
CONFIG_HIDKBD_STACKSIZE=1024
|
||||
|
||||
And this will enable the USB keyboard example:
|
||||
|
||||
CONFIG_EXAMPLES_HIDKBD=y
|
||||
CONFIG_EXAMPLES_HIDKBD_DEFPRIO=50
|
||||
CONFIG_EXAMPLES_HIDKBD_DEVNAME="/dev/kbda"
|
||||
CONFIG_EXAMPLES_HIDKBD_STACKSIZE=1024
|
||||
|
||||
Configurations
|
||||
==============
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue