aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-12 23:54:26 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-12 23:54:26 +0000
commitacf1031af3948702a7bc93b4e3f50bf413073245 (patch)
tree6e9e40c95947255b743c4a08926a407360d2a19c /nuttx/configs/README.txt
parent686d0f0daa4643af87804712684c2d51750126ad (diff)
downloadpx4-firmware-acf1031af3948702a7bc93b4e3f50bf413073245.tar.gz
px4-firmware-acf1031af3948702a7bc93b4e3f50bf413073245.tar.bz2
px4-firmware-acf1031af3948702a7bc93b4e3f50bf413073245.zip
Add interface to enabled/disable debug output
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4386 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 81473b73b..6df735970 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -246,6 +246,7 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_DEBUG - enables built-in debug options
CONFIG_DEBUG_VERBOSE - enables verbose debug output
+ CCONFIG_DEBUG_ENABLE - Support an interface to enable or disable debug output.
CONFIG_DEBUG_SYMBOLS - build without optimization and with
debug symbols (needed for use with a debugger).
CONFIG_DEBUG_SCHED - enable OS debug output (disabled by