diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index c2ed3b4d1b..0eb4e6f449 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: January 9, 2011

+

Last Updated: January 16, 2011

@@ -3612,6 +3612,15 @@ build
  • CONFIG_USBHOST_NPREALLOC: Number of pre-allocated class instances
  • +
  • + CONFIG_USBHOST_BULK_DISABLE: On some architectures, selecting this setting will reduce driver size by disabling bulk endpoint support +
  • +
  • + CONFIG_USBHOST_INT_DISABLE: On some architectures, selecting this setting will reduce driver size by disabling interrupt endpoint support +
  • +
  • + CONFIG_USBHOST_ISOC_DISABLE: On some architectures, selecting this setting will reduce driver size by disabling isochronous endpoint support +
  • Graphics related configuration settings