Skip to content

Commit

Permalink
samples: sysbuild: hello_world: add cpuapp/cpuflpr+xip configuration
Browse files Browse the repository at this point in the history
So that xip board variant can be easily tested.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Jul 8, 2024
1 parent d4294a8 commit a46187a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions samples/sysbuild/hello_world/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ tests:
extra_args:
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr.conf
hello_world_SNIPPET=nordic-flpr

sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr_xip:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
extra_args:
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr_xip.conf
hello_world_SNIPPET=nordic-flpr-xip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SB_CONFIG_REMOTE_BOARD="nrf54h20dk/nrf54h20/cpuflpr/xip"

0 comments on commit a46187a

Please sign in to comment.