Replies: 3 comments 24 replies
-
|
Not sure if this is acceptable or not, but I would consider naming it |
Beta Was this translation helpful? Give feedback.
-
|
Not acceptable, use a base prj.conf file with defaults for all then use |
Beta Was this translation helpful? Give feedback.
-
|
@nordicjm pointed to the Considering alternative solutions that already exist, suggested by @nordicjm:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, application configuration directory supports
prj.confandprj_<FILE_SUFFIX>.conf. However, both may share some or most of the configuration. It's therefore desirable to have a shared configuration file for all FILE_SUFFIXs. I suggest this patch tocmake/modules/configuration_files.cmake:In this way, different build configurations can share most of the configuration in
base.confand only customise as needed in theprj.conffiles. Additionally, it still supports FILE_SUFFIX, so if there was a FILE_SUFFIX that didn't want to use the shared config, it could define its own emptybase_<FILE_SUFFIX>.conffileBeta Was this translation helpful? Give feedback.
All reactions