zephyr/drivers/mbox
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with zephyr/
Namespaced the generated headers with `zephyr` to prevent
potential conflict with other headers.

Introduce a temporary Kconfig `LEGACY_GENERATED_INCLUDE_PATH`
that is enabled by default. This allows the developers to
continue the use of the old include paths for the time being
until it is deprecated and eventually removed. The Kconfig will
generate a build-time warning message, similar to the
`CONFIG_TIMER_RANDOM_GENERATOR`.

Updated the includes path of in-tree sources accordingly.

Most of the changes here are scripted, check the PR for more
info.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-28 22:03:55 +02:00
..
CMakeLists.txt drivers: mbox: Add driver for STM32 HSEM 2024-05-24 07:52:06 -04:00
Kconfig drivers: mbox: Add driver for STM32 HSEM 2024-05-24 07:52:06 -04:00
Kconfig.andes
Kconfig.nrf_bellboard drivers: mbox: nrf_bellboard: add initial driver 2024-03-05 16:50:36 +00:00
Kconfig.nrf_vevif drivers: mbox: add initial driver for nRF VEVIF 2024-03-05 16:50:36 +00:00
Kconfig.nrfx
Kconfig.nxp_imx
Kconfig.nxp_mailbox drivers: mbox: Fix nxp,mbox kconfig depends on 2024-03-14 11:01:07 -05:00
Kconfig.nxp_s32
Kconfig.stm32_hsem drivers: mbox: Add driver for STM32 HSEM 2024-05-24 07:52:06 -04:00
mbox_andes_plic_sw.c drivers: mbox: andes_plic_sw: add missing include 2024-03-07 14:32:57 +00:00
mbox_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
mbox_nrf_bellboard_local.c drivers: mbox: nrf_bellboard: add initial driver 2024-03-05 16:50:36 +00:00
mbox_nrf_bellboard_remote.c drivers: mbox: nrf_bellboard: add initial driver 2024-03-05 16:50:36 +00:00
mbox_nrf_vevif_local.c drivers: mbox: nrf_vevif_local: remove RT periph enable 2024-04-23 21:26:04 +00:00
mbox_nrf_vevif_remote.c drivers: mbox: add initial driver for nRF VEVIF 2024-03-05 16:50:36 +00:00
mbox_nrfx_ipc.c
mbox_nxp_imx_mu.c drivers: mbox: nxp_imx_mu: add missing include 2024-03-07 14:32:57 +00:00
mbox_nxp_mailbox.c drivers: mbox: nxp_mailbox: add missing include 2024-03-07 14:32:57 +00:00
mbox_nxp_s32_mru.c
mbox_stm32_hsem.c drivers: mbox: Add driver for STM32 HSEM 2024-05-24 07:52:06 -04:00