Skip to content

Commit 27830d5

Browse files
jonathannilsenrlubos
authored andcommitted
Revert "[nrf fromlist] tests: boards: nrf: nrfs: Build main image for app core only"
This reverts commit c62de71. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent a6f2f24 commit 27830d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/boards/nrf/nrfs/Kconfig.sysbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
66
config REMOTE_BOARD
77
string
88
default "$(BOARD)/nrf54h20/cpurad" if SOC_NRF54H20_CPUAPP
9+
default "$(BOARD)/nrf54h20/cpuapp" if SOC_NRF54H20_CPURAD

tests/boards/nrf/nrfs/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
common:
22
platform_allow:
33
- nrf54h20dk/nrf54h20/cpuapp
4+
- nrf54h20dk/nrf54h20/cpurad
45
integration_platforms:
56
- nrf54h20dk/nrf54h20/cpuapp
7+
- nrf54h20dk/nrf54h20/cpurad
68
tags:
79
- nrfs
810
harness: ztest

0 commit comments

Comments
 (0)