Skip to content

Commit afc8389

Browse files
SebastianBoekartben
authored andcommitted
samples: sysbuild: Add support for nrf54h20dk/nrf54h20/cpuapp/iron
Add support for nrf54h20dk/nrf54h20/cpuapp/iron to the samples/sysbuild/hello_world sample. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
1 parent d949932 commit afc8389

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y

samples/sysbuild/hello_world/sample.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ tests:
2727
- nrf54h20dk/nrf54h20/cpuapp
2828
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
2929

30+
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad.iron:
31+
platform_allow:
32+
- nrf54h20dk/nrf54h20/cpuapp/iron
33+
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad_iron.conf
34+
3035
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr:
3136
platform_allow:
3237
- nrf54h20dk/nrf54h20/cpuapp
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SB_CONFIG_REMOTE_BOARD="nrf54h20dk/nrf54h20/cpurad/iron"

0 commit comments

Comments
 (0)