jlaitine commented on code in PR #19061: URL: https://github.com/apache/nuttx/pull/19061#discussion_r3374921643
########## sched/misc/assert.c: ########## @@ -168,6 +168,8 @@ static int assert_tracecallback(FAR struct usbtrace_s *trace, FAR void *arg) #ifdef CONFIG_ARCH_STACKDUMP Review Comment: It seems that ARCH_STACKDUMP is indeed set for each board individually. So the difference here is just that disabling ARCH_STACKDUMP would remove printing the whole stack info. I wanted to only suppress dumping the stack content, but leave the relatively lightweight printing of stack information. Perhaps some other CONFIG_ syntax would be cleaner? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
