Skip to content

Commit d94e0f9

Browse files
jonathannilsenrlubos
authored andcommitted
Revert "[nrf fromlist] samples: drivers: mbox: switch nrf54h20 cpuapp and cpurad remotes"
This reverts commit 90eebd5. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 27830d5 commit d94e0f9

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

samples/drivers/mbox/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if(CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP OR
2424
CONFIG_BOARD_ESP32_DEVKITC_ESP32_PROCPU OR
2525
CONFIG_BOARD_ESP32S3_DEVKITM_ESP32S3_PROCPU OR
2626
CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUAPP OR
27+
CONFIG_BOARD_NRF54H20DK_NRF54H20_CPURAD OR
2728
CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUAPP OR
2829
CONFIG_BOARD_NRF54L15DK_NRF54L15_CPUAPP OR
2930
CONFIG_BOARD_NRF54LM20DK_NRF54LM20A_CPUAPP OR

samples/drivers/mbox/Kconfig.sysbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ config REMOTE_BOARD
1818
default "lpcxpresso55s69/lpc55s69/cpu1" if $(BOARD) = "lpcxpresso55s69"
1919
default "frdm_mcxn947/mcxn947/cpu1" if $(BOARD) = "frdm_mcxn947"
2020
default "mcx_n9xx_evk/mcxn947/cpu1" if $(BOARD) = "mcx_n9xx_evk"
21+
default "nrf54h20dk/nrf54h20/cpuapp" if "$(BOARD)${BOARD_QUALIFIERS}" = "nrf54h20dk/nrf54h20/cpurad"
2122
default "nrf54l09pdk/nrf54l09/cpuflpr" if $(BOARD) = "nrf54l09pdk"
2223
default "nrf54l15dk/nrf54l15/cpuflpr" if $(BOARD) = "nrf54l15dk"
2324
default "nrf54lm20dk/nrf54lm20a/cpuflpr" if $(BOARD) = "nrf54lm20dk"

samples/drivers/mbox/remote/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if(CONFIG_BOARD_NRF5340DK_NRF5340_CPUNET OR
2323
CONFIG_BOARD_ESP32S3_DEVKITM_ESP32S3_APPCPU OR
2424
CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUPPR OR
2525
CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUFLPR OR
26-
CONFIG_BOARD_NRF54H20DK_NRF54H20_CPURAD OR
26+
CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUAPP OR
2727
CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUFLPR OR
2828
CONFIG_BOARD_NRF54L15DK_NRF54L15_CPUFLPR OR
2929
CONFIG_BOARD_NRF54LM20DK_NRF54LM20A_CPUFLPR OR

samples/drivers/mbox/sample.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,19 @@ tests:
5959
- "Ping \\(on channel 16\\)"
6060
- "Pong \\(on channel 14\\)"
6161

62-
sample.drivers.mbox.nrf54h20_app_rad:
62+
sample.drivers.mbox.nrf54h20_rad_app:
6363
platform_allow:
64-
- nrf54h20dk/nrf54h20/cpuapp
64+
- nrf54h20dk/nrf54h20/cpurad
6565
integration_platforms:
66-
- nrf54h20dk/nrf54h20/cpuapp
67-
extra_args:
68-
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
66+
- nrf54h20dk/nrf54h20/cpurad
6967
sysbuild: true
7068
harness: console
7169
harness_config:
7270
type: multi_line
7371
ordered: false
7472
regex:
75-
- "Ping \\(on channel 12\\)"
76-
- "Pong \\(on channel 18\\)"
73+
- "Ping \\(on channel 18\\)"
74+
- "Pong \\(on channel 12\\)"
7775

7876
sample.drivers.mbox.nrf54l:
7977
platform_allow:

samples/drivers/mbox/sysbuild/nrf54h20dk_nrf54h20_cpurad.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)