mbox: Add NXP MU as a MBOX device
Add a MBOX driver wrapper around the NXP MU, simular to the existing wrapper around the NXP S32 MRU. This allows Zephyr IPC to work based on the MU, on a number of NXP boards. Also update the SHA of NXP HAL to enable the Kconfig for this driver. Signed-off-by: Yicheng Li <yichengli@google.com>
This commit is contained in:
parent
f2069530ee
commit
6ead139b4b
11 changed files with 240 additions and 2 deletions
|
@ -12,6 +12,8 @@ if("${BOARD}" STREQUAL "nrf5340dk_nrf5340_cpuapp")
|
|||
set(BOARD_REMOTE "nrf5340dk_nrf5340_cpunet")
|
||||
elseif("${BOARD}" STREQUAL "adp_xc7k_ae350")
|
||||
set(BOARD_REMOTE "adp_xc7k_ae350")
|
||||
elseif("${BOARD}" STREQUAL "mimxrt595_evk_cm33")
|
||||
set(BOARD_REMOTE "nrf5340dk_nrf5340_cpunet")
|
||||
else()
|
||||
message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue