From df6ed18f19686c2d27717803320576040b05842b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 14 Mar 2012 01:19:27 +0000 Subject: 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 --- apps/examples/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/examples/README.txt') 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 ^^^^^^^^^^^^^^^ -- cgit v1.2.3