summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3210e-eval/usbserial/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-24 21:51:26 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-24 21:51:26 +0000
commitdcbab3971ceca95fc1fdab7c16e3c83d6acf1fdf (patch)
tree74afe39d652f36825427c2041504b676f83894c8 /nuttx/configs/stm3210e-eval/usbserial/defconfig
parent4e6e312ce10c9e4830a80fdcffdf9c555e22f871 (diff)
Lots of re-organization -- getting ready to support a composite USB device
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4329 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3210e-eval/usbserial/defconfig')
-rwxr-xr-xnuttx/configs/stm3210e-eval/usbserial/defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/usbserial/defconfig b/nuttx/configs/stm3210e-eval/usbserial/defconfig
index 010889b31e..02ff773ada 100755
--- a/nuttx/configs/stm3210e-eval/usbserial/defconfig
+++ b/nuttx/configs/stm3210e-eval/usbserial/defconfig
@@ -634,6 +634,8 @@ CONFIG_NET_RESOLV_ENTRIES=4
#
# CONFIG_USBDEV
# Enables USB device support
+# CONFIG_USBDEV_COMPOSITE
+# Enables USB composite device support
# CONFIG_USBDEV_ISOCHRONOUS
# Build in extra support for isochronous endpoints
# CONFIG_USBDEV_DUALSPEED
@@ -649,6 +651,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# Number of trace entries to remember
#
CONFIG_USBDEV=y
+CONFIG_USBDEV_COMPOSITE=n
CONFIG_USBDEV_ISOCHRONOUS=n
CONFIG_USBDEV_DUALSPEED=n
CONFIG_USBDEV_SELFPOWERED=y
@@ -698,6 +701,9 @@ CONFIG_USBSER_TXBUFSIZE=512
#
# CONFIG_CDCSER
# Enable compilation of the USB serial driver
+# CONFIG_CDCSER_COMPOSITE
+# Configure the CDC serial driver as part of a composite driver
+# (only if CONFIG_USBDEV_COMPOSITE is also defined)
# CONFIG_CDCSER_EP0MAXPACKET
# Endpoint 0 max packet size. Default 64
# CONFIG_CDCSER_EPINTIN
@@ -743,6 +749,7 @@ CONFIG_USBSER_TXBUFSIZE=512
# Size of the serial receive/transmit buffers. Default 256.
#
CONFIG_CDCSER=n
+CONFIG_CDCSER_COMPOSITE=y
#CONFIG_CDCSER_EP0MAXPACKET
#CONFIG_CDCSER_EPINTIN
#CONFIG_CDCSER_EPINTIN_FSSIZE
@@ -766,6 +773,9 @@ CONFIG_CDCSER=n
#
# CONFIG_USBSTRG
# Enable compilation of the USB storage driver
+# CONFIG_USBSTRG_COMPOSITE
+# Configure the mass storage driver as part of a composite driver
+# (only if CONFIG_USBDEV_COMPOSITE is also defined)
# CONFIG_USBSTRG_EP0MAXPACKET
# Max packet size for endpoint 0
# CONFIG_USBSTRG_EPBULKOUT and CONFIG_USBSTRG_EPBULKIN
@@ -785,6 +795,7 @@ CONFIG_CDCSER=n
# Select if the media is removable
#
CONFIG_USBSTRG=n
+CONFIG_USBSTRG_COMPOSITE=y
CONFIG_USBSTRG_EP0MAXPACKET=64
CONFIG_USBSTRG_EPBULKOUT=2
CONFIG_USBSTRG_EPBULKIN=5