mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
First round of changes from debug of USB composite device (still has problems)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+6
-1
@@ -1093,9 +1093,14 @@ defconfig -- This is a configuration file similar to the Linux
|
||||
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
|
||||
CONFIG_USBMSC_COMPOSITE
|
||||
Configure the mass storage driver as part of a composite driver
|
||||
(only if CONFIG_USBDEV_COMPOSITE is also defined)
|
||||
CONFIG_COMPOSITE_IAD
|
||||
If one of the members of the composite has multiple interfaces
|
||||
(such as CDC/ACM), then an Interface Association Descriptor (IAD)
|
||||
will be necessary. Default: IAD will be used automatically if
|
||||
needed. It should not be necessary to set this.
|
||||
CONFIG_COMPOSITE_EP0MAXPACKET
|
||||
Max packet size for endpoint 0
|
||||
CONFIG_COMPOSITE_VENDORID and CONFIG_COMPOSITE_VENDORSTR
|
||||
|
||||
Reference in New Issue
Block a user