summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
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/examples/README.txt
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/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index d5ec0ca24..ba13f16ef 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -128,4 +128,16 @@ examples/usbserial
^^^^^^^^^^^^^^^^^^
This is another implementation of "Hello, World" but this one uses
- a USB serial driver.
+ a USB serial driver. Configuration options can be used to simply
+ the test. These options include:
+
+ 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.
+
+