summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x/usbserial
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-10 16:45:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-10 16:45:32 +0000
commit2019608ec3476613f63451cd544c4522df3e1d38 (patch)
tree08757e92a62231fd5f4fbc64e8125e500b9ab9a9 /nuttx/configs/mcu123-lpc214x/usbserial
parent2e3c93708f069c2a6ef0511e12ba12282ae7ed6b (diff)
downloadpx4-nuttx-2019608ec3476613f63451cd544c4522df3e1d38.tar.gz
px4-nuttx-2019608ec3476613f63451cd544c4522df3e1d38.tar.bz2
px4-nuttx-2019608ec3476613f63451cd544c4522df3e1d38.zip
Extended USB serial test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1025 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x/usbserial')
-rw-r--r--nuttx/configs/mcu123-lpc214x/usbserial/defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/usbserial/defconfig b/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
index a93bf6e96..ba5289f14 100644
--- a/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
@@ -486,6 +486,22 @@ CONFIG_EXAMPLES_NSH_FATNSECTORS=1024
CONFIG_EXAMPLES_NSH_FATMOUNTPT=/tmp
#
+# Settings for examples/usbserial
+#
+# CONFIG_EXAMPLES_USBSERIAL_INONLY
+# Only verify IN (device-to-host) data transfers. Default: both
+# CONFIG_EXAMPLES_USBSERIAL_OUTONLY
+# Only verify OUT (host-to-device) data transfers. Default: both
+# CONFIG_EXAMPLES_USBSERIAL_ONLYSMALL
+# Send only small, single packet messages. Default: Send large and small.
+# CONFIG_EXAMPLES_USBSERIAL_ONLYBIG
+# Send only large, multi-packet messages. Default: Send large and small.
+CONFIG_EXAMPLES_USBSERIAL_INONLY=n
+CONFIG_EXAMPLES_USBSERIAL_OUTONLY=n
+CONFIG_EXAMPLES_USBSERIAL_ONLYSMALL=n
+CONFIG_EXAMPLES_USBSERIAL_ONLYBIG=n
+
+#
# Stack and heap information
#
# CONFIG_BOOT_FROM_FLASH - Some configurations support XIP