-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrfconnect] Refactored configuration for the nrfconnect examples
nrfconnect platform uses Kconfig overlays and defaults in a way that is not consistent with the nRF Connect SDK recommendations * Created Kconfig.defaults that set default configs common for all examples (replaced sample-defaults.conf) * Created Kconfig.features that allows to configure set of options within single feature using single option * Replaced approach of adding overlays in example cmake file with the pattern of placing prj.conf files in a configuration/build-target/ location that allows adding config files to the build automatically by the toolchain. * Created debug and release configuration variants for several examples.
- Loading branch information
1 parent
7d415be
commit 7f7f921
Showing
148 changed files
with
3,464 additions
and
953 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,6 +323,7 @@ dcc | |
DCHIP | ||
DCL | ||
DCMAKE | ||
DCONF | ||
DCONFIG | ||
debianutils | ||
debugText | ||
|
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
22 changes: 0 additions & 22 deletions
22
config/nrfconnect/app/overlay-mcuboot_qspi_nor_support.conf
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
config/nrfconnect/app/overlay-multi_image_smp_dfu_support.conf
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
config/nrfconnect/app/overlay-single_image_smp_dfu_support.conf
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.