We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f2f24 commit 27830d5Copy full SHA for 27830d5
tests/boards/nrf/nrfs/Kconfig.sysbuild
@@ -6,3 +6,4 @@ source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
6
config REMOTE_BOARD
7
string
8
default "$(BOARD)/nrf54h20/cpurad" if SOC_NRF54H20_CPUAPP
9
+ default "$(BOARD)/nrf54h20/cpuapp" if SOC_NRF54H20_CPURAD
tests/boards/nrf/nrfs/testcase.yaml
@@ -1,8 +1,10 @@
1
common:
2
platform_allow:
3
- nrf54h20dk/nrf54h20/cpuapp
4
+ - nrf54h20dk/nrf54h20/cpurad
5
integration_platforms:
tags:
- nrfs
10
harness: ztest
0 commit comments