mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
This commit is contained in:
+10
-10
@@ -110,14 +110,14 @@ config USBDEV_COMPOSITE
|
||||
|
||||
if USBDEV_COMPOSITE
|
||||
|
||||
#config COMPOSITE_IAD
|
||||
# bool ""
|
||||
# default n
|
||||
# ---help---
|
||||
# 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_IAD
|
||||
bool "Use Interface Associate Descriptor (IAD)"
|
||||
default n
|
||||
---help---
|
||||
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
|
||||
int "Max packet size for endpoint 0"
|
||||
@@ -158,8 +158,8 @@ config COMPOSITE_CONFIGSTR
|
||||
Configuration string
|
||||
|
||||
config COMPOSITE_VERSIONNO
|
||||
string "Composite version number"
|
||||
default ""
|
||||
hex "Composite version number"
|
||||
default 0x1010
|
||||
---help---
|
||||
Interface version number.
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user