From d6d0de6de38dcfe834aa55366dd157d47e6ab04e Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Dec 2011 15:59:50 +0000 Subject: [PATCH] Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index f68dc3d7963..f24517503ba 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4376,6 +4376,11 @@ build
  • CONFIG_CAN_NPENDINGRTR: The size of the list of pending RTR requests. Default: 4
  • +
  • + CONFIG_CAN_LOOPBACK: A CAN driver may or may not support a loopback mode for testing. + If the driver does support loopback mode, the setting will enable it. + (If the driver does not, this setting will have no effect). +
  • SPI driver