You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/04/21 12:10:31 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2577: mcu/stm32: Move .init_array sections to flash

kasjer opened a new pull request #2577:
URL: https://github.com/apache/mynewt-core/pull/2577


   content of .init_array* sections is meant to be executed only
   once during system start.
   For no apparent reason those arrays were put in data section.
   This results in wast of RAM when C++ code is built.
   
   Sections are now moved to .text.


-- 
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] [mynewt-core] kasjer merged pull request #2577: mcu/stm32: Move .init_array sections to flash

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2577:
URL: https://github.com/apache/mynewt-core/pull/2577


   


-- 
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] [mynewt-core] apache-mynewt-bot commented on pull request #2577: mcu/stm32: Move .init_array sections to flash

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2577:
URL: https://github.com/apache/mynewt-core/pull/2577#issuecomment-824014237


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


-- 
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] [mynewt-core] kasjer merged pull request #2577: mcu/stm32: Move .init_array sections to flash

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2577:
URL: https://github.com/apache/mynewt-core/pull/2577


   


-- 
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