mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Mark USB host compsite feature EXPERMENTAL; update ChangeLog
This commit is contained in:
@@ -12593,3 +12593,9 @@
|
|||||||
generally available (2016-08-20).
|
generally available (2016-08-20).
|
||||||
* sched/sched_cpuload_oneshot: Use the oneshot timer with optional
|
* sched/sched_cpuload_oneshot: Use the oneshot timer with optional
|
||||||
entropy to measure cPU load if so configured (2016-08-20).
|
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).
|
||||||
|
|
||||||
|
|||||||
@@ -80,9 +80,13 @@ endif # USBHOST_HUB
|
|||||||
config USBHOST_COMPOSITE
|
config USBHOST_COMPOSITE
|
||||||
bool "Composite device support"
|
bool "Composite device support"
|
||||||
default n
|
default n
|
||||||
|
depends on EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
Build in USB host support for connected composite devices
|
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
|
config USBHOST_MSC
|
||||||
bool "Mass Storage Class Support"
|
bool "Mass Storage Class Support"
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user