summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-09 22:31:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-09 22:31:20 +0000
commit73ba181653c7a32d7602a6a8798f813c27436e95 (patch)
treedb74efa04b634b824363372996556f0d8fc521a0 /nuttx/configs
parentd91581aaeb0622c0b67c7e6a26f89277cf3a5d77 (diff)
downloadpx4-nuttx-73ba181653c7a32d7602a6a8798f813c27436e95.tar.gz
px4-nuttx-73ba181653c7a32d7602a6a8798f813c27436e95.tar.bz2
px4-nuttx-73ba181653c7a32d7602a6a8798f813c27436e95.zip
A few early STM32 OTF FS fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4581 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rwxr-xr-xnuttx/configs/stm32f4discovery/ostest/defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/stm32f4discovery/ostest/defconfig b/nuttx/configs/stm32f4discovery/ostest/defconfig
index ab7e07aa2..dd67ea920 100755
--- a/nuttx/configs/stm32f4discovery/ostest/defconfig
+++ b/nuttx/configs/stm32f4discovery/ostest/defconfig
@@ -872,7 +872,7 @@ CONFIG_PL2303_TXBUFSIZE=512
# Default 64
# CONFIG_CDCACM_EPBULKOUT
# The logical 7-bit address of a hardware endpoint that supports
-# bulk OUT operation
+# bulk OUT operation. Default 4.
# CONFIG_CDCACM_EPBULKOUT_FSSIZE
# Max package size for the bulk OUT endpoint if full speed mode.
# Default 64.
@@ -881,7 +881,7 @@ CONFIG_PL2303_TXBUFSIZE=512
# Default 512.
# CONFIG_CDCACM_EPBULKIN
# The logical 7-bit address of a hardware endpoint that supports
-# bulk IN operation
+# bulk IN operation. Default 3.
# CONFIG_CDCACM_EPBULKIN_FSSIZE
# Max package size for the bulk IN endpoint if full speed mode.
# Default 64.
@@ -906,13 +906,13 @@ CONFIG_PL2303_TXBUFSIZE=512
CONFIG_CDCACM=n
CONFIG_CDCACM_CONSOLE=n
#CONFIG_CDCACM_EP0MAXPACKET
-#CONFIG_CDCACM_EPINTIN
+CONFIG_CDCACM_EPINTIN=1
#CONFIG_CDCACM_EPINTIN_FSSIZE
#CONFIG_CDCACM_EPINTIN_HSSIZE
-#CONFIG_CDCACM_EPBULKOUT
+CONFIG_CDCACM_EPBULKOUT=3
#CONFIG_CDCACM_EPBULKOUT_FSSIZE
#CONFIG_CDCACM_EPBULKOUT_HSSIZE
-#CONFIG_CDCACM_EPBULKIN
+CONFIG_CDCACM_EPBULKIN=2
#CONFIG_CDCACM_EPBULKIN_FSSIZE
#CONFIG_CDCACM_EPBULKIN_HSSIZE
#CONFIG_CDCACM_NWRREQS