masayuki2009 opened a new pull request #1063:
URL: https://github.com/apache/incubator-nuttx/pull/1063


   ## Summary
   
   - Recently I noticed that ps command always reports 100.0% stack filled.
   - So I tried 'git bisect' and found that it depends 
https://github.com/apache/incubator-nuttx/pull/995.
   - I think that removing CONFIG_TLS means that t_info_s now exists on top of 
the stack so need to be considered in up_check_tcbstack() as well.
   
   ## Impact
   
   - Some architectures such as arm, avr, or1k, risc-v, sim and xtensa with 
stack coloring.
   
   ## Testing
   
   - I only checked this PR with esp32-core (xtensa), maix-bit (riscv64), 
lm3s6965-ek (cortex-m3) but should work for avr, or1k and sim as well.
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to