zephyr/drivers/i3c
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
Kconfig
Kconfig.cdns
Kconfig.npcx
Kconfig.nxp
Kconfig.test
i3c_ccc.c drivers: i3c: add ccc getcaps helper 2024-05-16 16:23:31 +02:00
i3c_cdns.c drivers: i3c: cdns: handle variable length ccc with m0 err 2024-05-16 16:23:31 +02:00
i3c_common.c drivers: i3c: add reading GETCAPS in basic_info_get 2024-05-16 16:23:31 +02:00
i3c_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
i3c_ibi_workq.c
i3c_mcux.c
i3c_npcx.c drivers: i3c: npcx: update ibi error handling 2024-05-28 09:54:03 +02:00
i3c_shell.c drivers: i3c: shell: fix argc length check for optional param 2024-05-16 16:23:31 +02:00
i3c_test.c