From fec9e724d79e4c3ff2ca402bb3115e0a8b381cc3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 24 Jan 2015 06:49:51 -0600 Subject: [PATCH] Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless --- configs/spark/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/spark/README.txt b/configs/spark/README.txt index 334a2edb593..67f2472836b 100644 --- a/configs/spark/README.txt +++ b/configs/spark/README.txt @@ -548,7 +548,7 @@ Configurations in the top level Make.degs or the code will not fit. Stack space has been hand optimized using the stack coloring by enabling - "Stack usage debug hooks" (CONFIG_DEBUG_STACK) in Build Setup-> Debug + "Stack coloration" (CONFIG_STACK_COLORATION) in Build Setup-> Debug Options. I have selected values that have 8-16 bytes of headroom with network debugging on. If you enable more debugging and get a hard fault or any weirdness like commands hanging. Then the Idle, main or Interrupt