summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-14 01:19:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-14 01:19:27 +0000
commitdf6ed18f19686c2d27717803320576040b05842b (patch)
tree66d8c405ea691ef7b061d7f6d830eba7a6382045 /apps/examples/README.txt
parent3f0eacb1397adfef5c6f8445fa1f28ccd18e616b (diff)
downloadnuttx-df6ed18f19686c2d27717803320576040b05842b.tar.gz
nuttx-df6ed18f19686c2d27717803320576040b05842b.tar.bz2
nuttx-df6ed18f19686c2d27717803320576040b05842b.zip
Extend examples/can so that it can be used in other contexts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4489 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 86edc6e33..54cbec978 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -110,6 +110,13 @@ examples/can
built-in, the default is 32. Otherwise messages are sent and received
indefinitely.
+ The default behavior assumes loopback mode. Messages are sent, then read
+ and verified. The behavior can be altered for other kinds of testing where
+ the test only sends or received (but does not verify) can messages.
+
+ CONFIG_EXAMPLES_CAN_READONLY - Only receive messages
+ CONFIG_EXAMPLES_CAN_WRITEONLY - Only send messages
+
examples/cdcacm
^^^^^^^^^^^^^^^