summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 21:03:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 21:03:20 +0000
commita5849bb91060284dc6a7c3cd536ff2210662020e (patch)
treed7ad01379d373d9e56fab0aba06f7ee976fe0491 /apps/examples/README.txt
parentfce09ccb2453443e0083fa9a230d67727d139d8b (diff)
downloadnuttx-a5849bb91060284dc6a7c3cd536ff2210662020e.tar.gz
nuttx-a5849bb91060284dc6a7c3cd536ff2210662020e.tar.bz2
nuttx-a5849bb91060284dc6a7c3cd536ff2210662020e.zip
Most USB Composite device debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4344 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index d9f30f191..3dc8bdfb2 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -125,6 +125,7 @@ examples/composite
CONFIG_CDCACM=y - USB CDC/ACM serial device support
CONFIG_CDCACM_COMPOSITE=y - USB CDC/ACM serial composite device support
CONFIG_CDCACM_IFNOBASE=0 - CDC/ACM interfaces start with number 0
+ CONFIG_CDCACM_STRBASE=4 - Base of string numbers (not really needed)
CONFIG_CDCACM_EPINTIN=1 - Endpoint numbers must be unique
CONFIG_CDCACM_EPBULKIN=2
CONFIG_CDCACM_EPBULKOUT=3
@@ -132,6 +133,7 @@ examples/composite
CONFIG_USBMSC - USB mass storage device support
CONFIG_USBMSC_COMPOSITE - USB mass storage composite device support
CONFIG_USBMSC_IFNOBASE=2 - USB mass storage interfaces start with number 2
+ CONFIG_USBMSC_STRBASE=4 - Base of string numbers (needed)
CONFIG_USBMSC_EPBULKOUT=4 - Endpoint numbers must be unique
CONFIG_USBMSC_EPBULKIN=5