apache / mynewt-newt

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
117 stars 96 forks source link

builder: Add conditional flash map overrides in bsp.yml #589

Closed m-gorecki closed 4 days ago

m-gorecki commented 1 week ago

This allows to conditionally override flash maps in bsp.yml and target.yml with bsp.flash_map. Initial priority of bsp.yml and target.yml is preserved - if there is any bsp.flash_map definition in target.yml, all flash maps from bsp.yml are ignored. Default bsp.flash_map definition (without any condition) is still needed.