From 2019608ec3476613f63451cd544c4522df3e1d38 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 10 Oct 2008 16:45:32 +0000 Subject: Extended USB serial test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1025 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/README.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'nuttx/examples/README.txt') 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. + + -- cgit v1.2.3