From 7b31228b0debbc727e37da8229d9a2451d0f42f8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 30 Dec 2010 23:08:46 +0000 Subject: [PATCH] Handling missing RHSC interrupt git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3223 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index cdc4db1d3b..adc0041f98 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: December 22, 2010

+

Last Updated: December 29, 2010

@@ -3219,6 +3219,12 @@ build
  • CONFIG_USBHOST: Enables USB host support
  • +
  • + CONFIG_USBHOST_HAVERHSC: + Define if the hardware is able to detect a root hub status change when a device is inserted. + If CONFIG_USBHOST_HAVERHSC 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. +
  • CONFIG_USBHOST_NPREALLOC: Number of pre-allocated class instances