xiaoxiang781216 opened a new pull request #1369: URL: https://github.com/apache/incubator-nuttx/pull/1369
## Summary arch layer normally forget to initialize the idle stack, which isn't a critical issue before because it only affect the stack coloring. But the uninitialized stack info will crash the system with the new TLS implementation: https://github.com/apache/incubator-nuttx/issues/986 so let's fix it. ## Impact ## Testing ---------------------------------------------------------------- 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