Mark USB host compsite feature EXPERMENTAL; update ChangeLog

This commit is contained in:
Gregory Nutt 2016-08-28 14:51:55 -06:00
parent fde3002326
commit 43abb7cb3a
2 changed files with 10 additions and 0 deletions

View File

@ -12593,3 +12593,9 @@
generally available (2016-08-20).
* sched/sched_cpuload_oneshot: Use the oneshot timer with optional
entropy to measure cPU load if so configured (2016-08-20).
* drivers/usbhost/usbhost_composite.c: An an EXPERIMENTAL prototype of
how USB host support for composite devices might be implemented. This
feature is EXPERIMENTAL because (1) it is untested and (2) has some
know design issues that must be addressed before it can be of use
(2016-08-28).

View File

@ -80,9 +80,13 @@ endif # USBHOST_HUB
config USBHOST_COMPOSITE
bool "Composite device support"
default n
depends on EXPERIMENTAL
---help---
Build in USB host support for connected composite devices
NOTE: This feature is marked EXPERIMENTAL because it it untested
and has some known design issues that must still be be resolved.
config USBHOST_MSC
bool "Mass Storage Class Support"
default n