From e79cd40426adf39f5a4cce597cd5c92403e99a97 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 16 Jan 2011 14:02:42 +0000 Subject: [PATCH] Make space for int/isoc endpoint support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3254 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index c2ed3b4d1bc..0eb4e6f449a 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