summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-26 19:37:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-26 19:37:34 +0000
commitc1f3ba20b6959401b4e259c13c80d9fbd4a50f2c (patch)
tree2fc58107b64208c80f0dc1235f5fdeed8d18a17d /nuttx/configs
parentcaa1beb0c7e4e7c6d6d3b8faad483305bd5640a9 (diff)
downloadpx4-nuttx-c1f3ba20b6959401b4e259c13c80d9fbd4a50f2c.tar.gz
px4-nuttx-c1f3ba20b6959401b4e259c13c80d9fbd4a50f2c.tar.bz2
px4-nuttx-c1f3ba20b6959401b4e259c13c80d9fbd4a50f2c.zip
More USB composite device logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4340 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/README.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 12db2e5ef..76790e169 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1075,6 +1075,29 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_USBMSC_REMOVABLE
Select if the media is removable
+ USB Composite Device Configuration
+
+ CONFIG_USBDEV_COMPOSITE
+ Enables USB composite device support
+ CONFIG_CDCACM_COMPOSITE
+ Configure the CDC serial driver as part of a composite driver
+ (only if CONFIG_USBDEV_COMPOSITE is also defined)
+ CONFIG_COMPOSITE_COMPOSITE
+ Configure the mass storage driver as part of a composite driver
+ (only if CONFIG_USBDEV_COMPOSITE is also defined)
+ CONFIG_COMPOSITE_EP0MAXPACKET
+ Max packet size for endpoint 0
+ CONFIG_COMPOSITE_VENDORID and CONFIG_COMPOSITE_VENDORSTR
+ The vendor ID code/string
+ CONFIG_COMPOSITE_PRODUCTID and CONFIG_COMPOSITE_PRODUCTSTR
+ The product ID code/string
+ CONFIG_COMPOSITE_SERIALSTR
+ Device serial number string
+ CONFIG_COMPOSITE_CONFIGSTR
+ Configuration string
+ CONFIG_COMPOSITE_VERSIONNO
+ Interface version number.
+
Graphics related configuration settings
CONFIG_NX