Trivial update to README files.

This commit is contained in:
Gregory Nutt 2018-10-07 09:15:11 -06:00
parent 6483b592ff
commit 646cf35e54
2 changed files with 18 additions and 2 deletions

View File

@ -758,6 +758,14 @@ Configuration Sub-Directories
CONFIG_HOST_LINUX=y : Linux CONFIG_HOST_LINUX=y : Linux
CONFIG_ARMV7M_TOOLCHAIN_EABIL=y : Generic EABI toolchain CONFIG_ARMV7M_TOOLCHAIN_EABIL=y : Generic EABI toolchain
STATUS:
2018-10-07: Not all keyboards will connect successfully. I have not
looked into the details but it may be that those keyboards are not
compatible with the driver (which only accepts "boot" keyboards).
Also, when typing input into the HID keyboard, characters are often
missing and sometimes duplicated. This is like some issue with the
read logic of drivers/usbhost_hidkbc.c.
hidmouse: hidmouse:
This configuration directory supports a variant of an NSH configuration. This configuration directory supports a variant of an NSH configuration.
It is set up to perform the touchscreen test at apps/examples/touchscreen It is set up to perform the touchscreen test at apps/examples/touchscreen

View File

@ -228,8 +228,8 @@ OTGFS Host
flaky. Sometimes the LEDs become very bright (indicating that it is being flaky. Sometimes the LEDs become very bright (indicating that it is being
swamped with interrupts). Data input is not clean with apps/examples/hidkbd: swamped with interrupts). Data input is not clean with apps/examples/hidkbd:
There are missing characters and sometimes duplicated characters. This implies There are missing characters and sometimes duplicated characters. This implies
some logic issues, probably in drivers/usbhost/usbhost_hidkbd, with polling and some logic issues, probably in drivers/usbhost/usbhost_hidkbd.c, with polling
data filtering. and data filtering.
Protected Mode Build Protected Mode Build
==================== ====================
@ -389,6 +389,14 @@ must be is one of the following.
This is another NSH configuration that supports a USB HID Keyboard This is another NSH configuration that supports a USB HID Keyboard
device and the HID keyboard example at apps/examples/hidkbd. device and the HID keyboard example at apps/examples/hidkbd.
STATUS:
2018-10-07: Not all keyboards will connect successfully. I have not
looked into the details but it may be that those keyboards are not
compatible with the driver (which only accepts "boot" keyboards).
Also, when typing input into the HID keyboard, characters are often
missing and sometimes duplicated. This is like some issue with the
read logic of drivers/usbhost_hidkbc.c.
kelf: kelf:
This is a protected mode version of the apps/examples/elf test of This is a protected mode version of the apps/examples/elf test of