-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmake] use
OPENTHREAD_PLATFORM_CORE_CONFIG_FILE
(#618)
This commit changes the `CMakeList.txt` to use the newly added `OPENTHREAD_PLATFORM_CORE_CONFIG_FILE` to specify the OT core config header to use by platform instead of using the project specific `PROJECT_CORE_CONFIG_FILE` header. It also removed the use of now deprecated `OPENTHREAD_CONFIG_FILE`. This allows a project using nrf platform to define its own set configs, while still using the platform specified one from `PLATFORM_CORE_CONFIG_FILE` as default for any unspecified configs. This commit also adds `#ifndef` check before defining a config in the `openthread-core-nrf5282xxx-config.h` headers.
- Loading branch information
Showing
4 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters