sample: name: Hello World for multiple board targets using Sysbuild description: | Hello World application that builds for multiple targets. Both images print the board target they were run on. common: sysbuild: true harness: pytest harness_config: pytest_dut_scope: session tests: sample.sysbuild.hello_world.nrf5340dk_cpuapp_cpunet: platform_allow: - nrf5340dk/nrf5340/cpuapp integration_platforms: - nrf5340dk/nrf5340/cpuapp sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad: platform_allow: - nrf54h20dk/nrf54h20/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp extra_args: - SB_CONFIG_REMOTE_NRF54H20_CPURAD_CORE=y - hello_world_CONFIG_SOC_NRF54H20_CPURAD_ENABLE=y sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr: platform_allow: - nrf54h20dk/nrf54h20/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp extra_args: - SB_CONFIG_REMOTE_NRF54H20_CPUPPR_CORE=y - hello_world_SNIPPET=nordic-ppr sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr_xip: platform_allow: - nrf54h20dk/nrf54h20/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp extra_args: - SB_CONFIG_REMOTE_NRF54H20_CPUPPR_XIP_CORE=y - hello_world_SNIPPET=nordic-ppr-xip sample.sysbuild.hello_world.nrf54l15_cpuflpr: platform_allow: - nrf54l15dk/nrf54l15/cpuapp - ophelia4ev/nrf54l15/cpuapp - bl54l15_dvk/nrf54l15/cpuapp - bl54l15u_dvk/nrf54l15/cpuapp integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - ophelia4ev/nrf54l15/cpuapp - bl54l15_dvk/nrf54l15/cpuapp - bl54l15u_dvk/nrf54l15/cpuapp extra_args: - hello_world_SNIPPET=nordic-flpr sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr: platform_allow: - nrf54h20dk/nrf54h20/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp harness_config: &pytest_only_first_uart pytest_root: - "pytest/test_both_uart.py::test_uart_in_app" extra_args: - SB_CONFIG_REMOTE_NRF54H20_CPUFLPR_CORE=y - hello_world_SNIPPET=nordic-flpr sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr_xip: platform_allow: - nrf54h20dk/nrf54h20/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp harness_config: *pytest_only_first_uart extra_args: - SB_CONFIG_REMOTE_NRF54H20_CPUFLPR_XIP_CORE=y - hello_world_SNIPPET=nordic-flpr-xip