From b80d9daf3673c4fec79c4373270559e83f0920b8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 5 Aug 2015 08:21:50 -0600 Subject: [PATCH] Update a README file --- configs/samv71-xult/README.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 323f080b607..c6662ffd05c 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -1022,7 +1022,7 @@ MCAN1 Loopback Test System Type -> SAMV7 Peripheral Selections CONFIG_SAMV7_MCAN1=y # Enable MCAN1 as the lower-half - System Type ->MCAN device driver options + System Type -> MCAN device driver options CONFIG_SAMV7_MCAN_CLKSRC_MAIN=y # Use the MAIN clock as the source CONFIG_SAMV7_MCAN_CLKSRC_PRESCALER=1 @@ -1057,6 +1057,15 @@ MCAN1 Loopback Test Enabling CAN Debug Output ------------------------- + Build Setup -> Debug Options + CONFIG_DEBUG=y # Enables general debug features + CONFIG_DEBUG_VERBOSE=y # Enables verbose output + CONFIG_DEBUG_CAN=y # Enables debug output from CAN + CONFIG_STACK_COLORATION=y # Monitor stack usage + CONFIG_DEBUG_SYMBOLS=y # Needed only for use with a debugger + + System Type -> MCAN device driver options + CONFIG_SAMV7_MCAN_REGDEBUG=y # Super low level register debug output Debugging =========