You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/16 14:14:04 UTC

[GitHub] [incubator-nuttx] fjpanag opened a new pull request #2003: Improved Kconfig help entry for ARMV7M_STACKCHECK.

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:
users@infra.apache.org



[GitHub] [incubator-nuttx] davids5 merged pull request #2003: Improved Kconfig help entry for ARMV7M_STACKCHECK.

Posted by GitBox <gi...@apache.org>.
davids5 merged pull request #2003:
URL: https://github.com/apache/incubator-nuttx/pull/2003


   


----------------------------------------------------------------
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:
users@infra.apache.org