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>
This commit is contained in:
parent
d949932234
commit
afc83895f4
3 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y
|
|
@ -27,6 +27,11 @@ tests:
|
|||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
|
||||
|
||||
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad.iron:
|
||||
platform_allow:
|
||||
- nrf54h20dk/nrf54h20/cpuapp/iron
|
||||
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad_iron.conf
|
||||
|
||||
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr:
|
||||
platform_allow:
|
||||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
SB_CONFIG_REMOTE_BOARD="nrf54h20dk/nrf54h20/cpurad/iron"
|
Loading…
Add table
Add a link
Reference in a new issue