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 2022/03/07 12:27:09 UTC

[GitHub] [mynewt-newt] andrzej-kaczmarek opened a new pull request #459: Add const syscfg values

andrzej-kaczmarek opened a new pull request #459:
URL: https://github.com/apache/mynewt-newt/pull/459


   This allows to define syscfg value that shall be const. A const syscfg
   definition is simply a syscfg.vals setting placed in syscfg.defs
   section.
   
   An example of candicates for such vals are e.g. BLE_CONTROLLER, BLE_HOST
   or BSP_* values that are defined to be used as conditionals in other
   configuration files or in code. This change removes burden of adding a
   full definition and possibly also restricions for syscfg we do not want
   to be ever changed.


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-newt] andrzej-kaczmarek merged pull request #459: Add const syscfg values

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged pull request #459:
URL: https://github.com/apache/mynewt-newt/pull/459


   


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org