Handling missing RHSC interrupt
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3223 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
2401db0248
commit
7b31228b0d
|
@ -12,7 +12,7 @@
|
||||||
<h1><big><font color="#3c34ec">
|
<h1><big><font color="#3c34ec">
|
||||||
<i>NuttX RTOS Porting Guide</i>
|
<i>NuttX RTOS Porting Guide</i>
|
||||||
</font></big></h1>
|
</font></big></h1>
|
||||||
<p>Last Updated: December 22, 2010</p>
|
<p>Last Updated: December 29, 2010</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -3219,6 +3219,12 @@ build
|
||||||
<li>
|
<li>
|
||||||
<code>CONFIG_USBHOST</code>: Enables USB host support
|
<code>CONFIG_USBHOST</code>: Enables USB host support
|
||||||
</li>
|
</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>
|
<li>
|
||||||
<code>CONFIG_USBHOST_NPREALLOC</code>: Number of pre-allocated class instances
|
<code>CONFIG_USBHOST_NPREALLOC</code>: Number of pre-allocated class instances
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue