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/14 11:24:50 UTC

[GitHub] [mynewt-core] utzig opened a new pull request #2566: flash_map: make mfg support optional

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


   A flash map configuration may be stored in the manufacturing meta region, and be used instead of the one build time generated from bsp.yml. This is currently hard-coded in the flash map code. For users who don't use a mmr, this adds somewhere between 500 and 1000 bytes of code who serves no purpose. This PR adds a syscfg to allow enabling/disabling the use of the MMR in the flash map thus making the mfg dependency optional.
   
   PS: I am adding `FLASH_MAP_SUPPORT_MFG` unset, which breaks backwards compatibility, but on the assumption that most users **don't use** an MMR.


-- 
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 #2566: flash_map: make mfg support optional

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


   
   <!-- 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] utzig merged pull request #2566: flash_map: make mfg support optional

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


   


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