Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane

This commit is contained in:
Gregory Nutt
2013-11-01 11:16:51 -06:00
parent b102d01046
commit f8b3dbaa61
33 changed files with 263 additions and 114 deletions
+1
View File
@@ -270,6 +270,7 @@ int main(int argc, char **argv, char **envp)
printf("# undef CONFIG_DEBUG_GPIO\n");
printf("# undef CONFIG_DEBUG_SPI\n");
printf("# undef CONFIG_DEBUG_STACK\n");
printf("# undef CONFIG_DEBUG_HEAP\n");
printf("#endif\n\n");
printf("/* User entry point. This is provided as a fall-back to keep compatibility\n");
printf(" * with existing code, for builds which do not define CONFIG_USER_ENTRYPOINT.\n");