forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
applications: nrf_desktop: Integrate APPLICATION_CONFIG_DIR for sysbuild
Change integrates APPLICATION_CONFIG_DIR for sysbuild. Change also fixes a few configuration issues observed while testing locally. Jira: NCSDK-24857 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
- Loading branch information
1 parent
781d5a2
commit 9360c89
Showing
36 changed files
with
317 additions
and
93 deletions.
There are no files selected for viewing
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
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 | ||
# | ||
|
||
# The application uses the configuration/<board> scheme for configuration files. | ||
set(APPLICATION_CONFIG_DIR "${CMAKE_CURRENT_LIST_DIR}/configuration/\${NORMALIZED_BOARD_TARGET}") | ||
|
||
find_package(Sysbuild REQUIRED HINTS $ENV{ZEPHYR_BASE}) | ||
|
||
project(sysbuild) |
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf52820dongle_nrf52820/sysbuild_release.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y |
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf52833dk_nrf52820/sysbuild_release.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf52833dk_nrf52833/sysbuild.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf52833dk_nrf52833/sysbuild_release.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf52833dongle_nrf52833/sysbuild.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf52833dongle_nrf52833/sysbuild_release.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild_dongle.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild_fast_pair.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BT_FAST_PAIR=y | ||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild_keyboard.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild_mcuboot_qspi.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y |
8 changes: 8 additions & 0 deletions
8
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild_mcuboot_smp.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 ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild_release.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dk_nrf52840/sysbuild_wwcb.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/sysbuild.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/sysbuild_3bleconn.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/sysbuild_4llpmconn.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/sysbuild_release.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
...cations/nrf_desktop/configuration/nrf52840dongle_nrf52840/sysbuild_release_4llpmconn.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/sysbuild.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/sysbuild_fast_pair.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BT_FAST_PAIR=y | ||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y |
8 changes: 8 additions & 0 deletions
8
applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/sysbuild_mcuboot_smp.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 ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/sysbuild_release.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
...cations/nrf_desktop/configuration/nrf52840gmouse_nrf52840/sysbuild_release_fast_pair.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BT_FAST_PAIR=y | ||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52kbd_nrf52832/sysbuild_release.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" |
10 changes: 10 additions & 0 deletions
10
applications/nrf_desktop/configuration/nrf52kbd_nrf52832/sysbuild_release_fast_pair.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,10 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BT_FAST_PAIR=y | ||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y |
11 changes: 11 additions & 0 deletions
11
applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpuapp/sysbuild.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 ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" | ||
SB_CONFIG_NRF_DEFAULT_BLUETOOTH=y |
11 changes: 11 additions & 0 deletions
11
applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpuapp/sysbuild_release.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 ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_SECURE_BOOT=y | ||
SB_CONFIG_SECURE_BOOT_APPCORE=y | ||
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="b0_private.pem" | ||
SB_CONFIG_NRF_DEFAULT_BLUETOOTH=y |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf54l15pdk_nrf54l15_cpuapp/sysbuild.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf54l15pdk_nrf54l15_cpuapp/sysbuild_keyboard.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y |
9 changes: 9 additions & 0 deletions
9
applications/nrf_desktop/configuration/nrf54l15pdk_nrf54l15_cpuapp/sysbuild_release.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,9 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
################################################################################ | ||
|
||
SB_CONFIG_BOOTLOADER_MCUBOOT=y | ||
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y |
Oops, something went wrong.