Commit d6673e1a authored by Jonathan Nilsen's avatar Jonathan Nilsen Committed by Fabio Baltieri
Browse files

samples: drivers: mbox: switch nrf54h20 cpuapp and cpurad remotes



Switch which board is the remote in the test case for
mbox communication between nrf54h20dk/nrf54h20/cpuapp and
nrf54h20dk/nrf54h20/cpurad, making cpurad the remote instead.
This is done to prepare the sample for executing with IronSide SE,
where using cpurad as the main board doesn't make as much sense,
since cpuapp has to start cpurad.

Signed-off-by: default avatarJonathan Nilsen <jonathan.nilsen@nordicsemi.no>
parent edaafb5d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ if(CONFIG_BOARD_NRF5340DK_NRF5340_CPUAPP OR
   CONFIG_BOARD_ESP32_DEVKITC_ESP32_PROCPU OR
   CONFIG_BOARD_ESP32S3_DEVKITM_ESP32S3_PROCPU OR
   CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUAPP OR
   CONFIG_BOARD_NRF54H20DK_NRF54H20_CPURAD OR
   CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUAPP OR
   CONFIG_BOARD_NRF54L15DK_NRF54L15_CPUAPP OR
   CONFIG_BOARD_NRF54LM20DK_NRF54LM20A_CPUAPP OR
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ config REMOTE_BOARD
	default "lpcxpresso55s69/lpc55s69/cpu1" if $(BOARD) = "lpcxpresso55s69"
	default "frdm_mcxn947/mcxn947/cpu1" if $(BOARD) = "frdm_mcxn947"
	default "mcx_n9xx_evk/mcxn947/cpu1" if $(BOARD) = "mcx_n9xx_evk"
	default "nrf54h20dk/nrf54h20/cpuapp" if "$(BOARD)${BOARD_QUALIFIERS}" = "nrf54h20dk/nrf54h20/cpurad"
	default "nrf54l09pdk/nrf54l09/cpuflpr" if $(BOARD) = "nrf54l09pdk"
	default "nrf54l15dk/nrf54l15/cpuflpr" if $(BOARD) = "nrf54l15dk"
	default "nrf54lm20dk/nrf54lm20a/cpuflpr" if $(BOARD) = "nrf54lm20dk"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ if(CONFIG_BOARD_NRF5340DK_NRF5340_CPUNET OR
   CONFIG_BOARD_ESP32S3_DEVKITM_ESP32S3_APPCPU OR
   CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUPPR OR
   CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUFLPR OR
   CONFIG_BOARD_NRF54H20DK_NRF54H20_CPUAPP OR
   CONFIG_BOARD_NRF54H20DK_NRF54H20_CPURAD OR
   CONFIG_BOARD_NRF54L09PDK_NRF54L09_CPUFLPR OR
   CONFIG_BOARD_NRF54L15DK_NRF54L15_CPUFLPR OR
   CONFIG_BOARD_NRF54LM20DK_NRF54LM20A_CPUFLPR OR
Loading