commit | 3eaab029ec6ad3180e0d7049dd38ad66595c3943 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Fri Feb 02 13:35:36 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Feb 02 19:54:21 2024 +0100 |
tree | ea4b26a21956f93ad5bb9c7ff474c4d5f9264f7e | |
parent | 53becb05bfa1d383b0497a0422761fd53e9ead24 [diff] |
cmake: extend zephyr_file(CONF_FILES ...) to take NAMES as argument Extend zephyr_file(CONF_FILES ...) to take a NAMES list of file names to find instead of creating file names based on board and revision. This allows to unify lookup prj.conf and <board>/app.overlay for application, as well as pave the way for future enhancements to configuration file handling. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>