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