summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-23 02:06:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-23 02:06:23 +0000
commit385d1a99193d597ee2a17e6d8df4c14f14c5fb5c (patch)
treeedefc00afbe13c83bb33c24fdd053a99f91726c4 /nuttx/configs/README.txt
parenta23dbb35fd4ef9392d8d54415065c7aa5257f43f (diff)
downloadpx4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.tar.gz
px4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.tar.bz2
px4-nuttx-385d1a99193d597ee2a17e6d8df4c14f14c5fb5c.zip
update usb host docs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3218 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 1d0eb0f8e..e2b725c90 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -703,6 +703,12 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_USBDEV_TRACE - Enables USB tracing for debug
CONFIG_USBDEV_TRACE_NRECORDS - Number of trace entries to remember
+ USB host controller driver
+ CONFIG_USBHOST
+ Enables USB host support
+ CONFIG_USBHOST_NPREALLOC
+ Number of pre-allocated class instances
+
USB serial device class driver
CONFIG_USBSER
Enable compilation of the USB serial driver