zephyr/drivers/mbox
Yicheng Li 6ead139b4b 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>
2023-09-14 14:34:05 +02:00
..
CMakeLists.txt mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
Kconfig mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
Kconfig.andes drivers: mbox: Add Andestech mailbox driver 2023-07-26 10:51:41 +02:00
Kconfig.nrfx drivers: mbox: separate NRFx specific Kconfig 2023-01-24 14:37:20 +01:00
Kconfig.nxp_imx mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
Kconfig.nxp_s32 drivers: mbox: add support for NXP S32 MRU 2023-01-24 14:37:20 +01:00
mbox_andes_plic_sw.c drivers: mbox: Add Andestech mailbox driver 2023-07-26 10:51:41 +02:00
mbox_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
mbox_nrfx_ipc.c drivers: mbox: nrfx: align implementation to nrfx 2.10 API 2022-11-08 10:48:38 +01:00
mbox_nxp_imx_mu.c mbox: Add NXP MU as a MBOX device 2023-09-14 14:34:05 +02:00
mbox_nxp_s32_mru.c mbox: nxp_s32: fix semicolon typos 2023-08-09 08:34:28 +00:00