Skip to content

Commit 4a1a656

Browse files
ankunsrlubos
authored andcommitted
samples: 802154_phy_test: remote_shell only for multicore
The APPCORE_REMOTE_SHELL option is selected by default only for multicore devices. It is pointless to select this option for single core devices. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent 7337462 commit 4a1a656

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#
2+
# Copyright (c) 2024 Nordic Semiconductor
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
choice APPCORE
8+
default APPCORE_REMOTE_SHELL if SOC_NRF5340_CPUNET || SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD
9+
10+
endchoice
11+
12+
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"

samples/peripheral/802154_phy_test/sysbuild.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
#
66

77
SB_CONFIG_PARTITION_MANAGER=n
8-
SB_CONFIG_APPCORE_REMOTE_SHELL=y

0 commit comments

Comments
 (0)