mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Correct logic that turns on USB host power
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3224 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -3219,12 +3219,6 @@ build
|
||||
<li>
|
||||
<code>CONFIG_USBHOST</code>: Enables USB host support
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_USBHOST_HAVERHSC</code>:
|
||||
Define if the hardware is able to detect a root hub status change when a device is inserted.
|
||||
If <code>CONFIG_USBHOST_HAVERHSC</code> is not set, then it is assumed that the hardware cannot detect the presence of a USB device
|
||||
and that the application must periodically attempt to enumerate the device.
|
||||
</li>
|
||||
<li>
|
||||
<code>CONFIG_USBHOST_NPREALLOC</code>: Number of pre-allocated class instances
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user