mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user