fjpanag opened a new pull request #2003: URL: https://github.com/apache/incubator-nuttx/pull/2003
## Summary `ARMV7M_STACKCHECK` option needs `-finstrument-functions` and `-ffixed-r10` to be added to compiler flags. The Kconfig help entry of the above option mentions only `-finstrument-functions` but not `-ffixed-r10`, which is misleading. ## Impact This commit only adds more information in the Kconfig help entry of the aforementioned entry, so users can be informed of the requirements of this option more precisely. ## Testing N/A ---------------------------------------------------------------- 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