summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-18 13:22:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-18 13:22:36 +0000
commitfe368e772ce7195b9f751b78febc236527797fb5 (patch)
tree61aae4ce1f919d103611010ba615ec8952c85768 /nuttx/tools
parent8c6ebe6f07cb81ab197850c2af4c75fb50e5f1cb (diff)
downloadpx4-nuttx-fe368e772ce7195b9f751b78febc236527797fb5.tar.gz
px4-nuttx-fe368e772ce7195b9f751b78febc236527797fb5.tar.bz2
px4-nuttx-fe368e772ce7195b9f751b78febc236527797fb5.zip
Add logic to measure AVR stack usage
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3722 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/mkconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/tools/mkconfig.c b/nuttx/tools/mkconfig.c
index 1f8d0e272..fcda8df84 100644
--- a/nuttx/tools/mkconfig.c
+++ b/nuttx/tools/mkconfig.c
@@ -242,6 +242,7 @@ int main(int argc, char **argv, char **envp)
printf("# undef CONFIG_DEBUG_USB\n");
printf("# undef CONFIG_DEBUG_GRAPHICS\n");
printf("# undef CONFIG_DEBUG_GPIO\n");
+ printf("# undef CONFIG_DEBUG_STACK\n");
printf("#endif\n\n");
printf("#endif /* __INCLUDE_NUTTX_CONFIG_H */\n");
fclose(stream);