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>
13 lines
260 B
YAML
13 lines
260 B
YAML
sample:
|
|
name: MBOX IPC sample
|
|
tests:
|
|
sample.drivers.mbox:
|
|
platform_allow:
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
- adp_xc7k_ae350
|
|
- mimxrt595_evk_cm33
|
|
integration_platforms:
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
tags: mbox
|
|
harness: remote
|