johannes-nivus opened a new pull request #1562: URL: https://github.com/apache/incubator-nuttx/pull/1562
## Summary The adjusted stack size should be without task local storage overhead. ## Impact E.g. external tools for task aware debugging are using adjusted stack size for stack debugging (stack coloration). They interpret tls as used stack. ## Testing Tested with Kinetis Freedom-K28f and Lauterbach Trace32 NuttX awareness. I searched the source code for possible side effects of the change but found none. According to documentation the variable adj_stack_size is only there for debugging purposes. (Please correct me if I'm wrong). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org