summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-02 00:29:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-02 00:29:05 +0000
commitfca69dde3358cf8c7cfcd9dce583ae430057a535 (patch)
tree829b6ad9c9730503c56746ad61382f4deb30e7e9 /nuttx/configs/README.txt
parent27e2ca4bed22eb0c1ae277770c1d08a7771baf35 (diff)
downloadpx4-nuttx-fca69dde3358cf8c7cfcd9dce583ae430057a535.tar.gz
px4-nuttx-fca69dde3358cf8c7cfcd9dce583ae430057a535.tar.bz2
px4-nuttx-fca69dde3358cf8c7cfcd9dce583ae430057a535.zip
USB config options
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@971 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 492f1f1c6..ca3f44fa7 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -290,6 +290,18 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_NET_DHCP_LIGHT - Reduces size of DHCP
CONFIG_NET_RESOLV_ENTRIES - Number of resolver entries
+ USB device controller driver
+ CONFIG_USBDEV - Enables USB device support
+ CONFIG_USBDEV_ISOCHRONOUS - Build in extra support for isochronous
+ endpoints
+ CONFIG_USBDEV_DUALSPEED -Hardware handles high and full speed
+ operation (USB 2.0)
+ CONFIG_USBDEV_SELFPOWERED - Will cause USB features to indicate
+ that the device is self-powered
+ CONFIG_USBDEV_MAXPOWER - Maximum power consumption in mA
+ CONFIG_USBDEV_TRACE - Enables USB tracing for debug
+ CONFIG_USBDEV_TRACE_NRECORDS - Number of trace entries to remember
+
Stack and heap information
CONFIG_BOOT_FROM_FLASH - Some configurations support XIP