-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: mss: Create sysbuild overlays
Create companion overlays for customizing configs that recently became sysbuild configs IRIS-8989 Signed-off-by: Georges Oates_Larsen <[email protected]>
- Loading branch information
1 parent
ca4f64c
commit dd4fd1d
Showing
5 changed files
with
35 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# | ||
# Copyright (c) 2023 Nordic Semiconductor | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y | ||
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=n |
8 changes: 8 additions & 0 deletions
8
samples/cellular/nrf_cloud_multi_service/sysbuild_ext_flash.conf
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y |
12 changes: 12 additions & 0 deletions
12
samples/cellular/nrf_cloud_multi_service/sysbuild_nrf700x-wifi-conn.conf
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
SB_CONFIG_WIFI_NRF700X=y | ||
SB_CONFIG_WIFI_NRF700X_SCAN_ONLY=n | ||
|
||
# MCUboot disabled for Wi-Fi connectivity builds in order to save flash | ||
SB_CONFIG_BOOTLOADER_NONE=y | ||
SB_CONFIG_BOOTLOADER_MCUBOOT=n |
11 changes: 11 additions & 0 deletions
11
samples/cellular/nrf_cloud_multi_service/sysbuild_nrf700x-wifi-scan.conf
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
SB_CONFIG_WIFI_NRF700X=y | ||
SB_CONFIG_WIFI_NRF700X_SCAN_ONLY=y | ||
|
||
# MCUboot enabled for scan-only Wi-Fi builds | ||
SB_CONFIG_BOOTLOADER_MCUBOOT=y |