zephyr/drivers/auxdisplay
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 auxdisplay: Add SerLCD auxdisplay driver 2023-10-27 10:49:03 +02:00
Kconfig auxdisplay: Add SerLCD auxdisplay driver 2023-10-27 10:49:03 +02:00
Kconfig.hd44780 drivers: auxdisplay: Add Hitachi HD44780 driver 2023-05-26 23:05:58 +02:00
Kconfig.itron
Kconfig.jhd1313 drivers: auxdisplay: Port Jinghua Display JHD1313 driver 2023-05-26 23:05:58 +02:00
Kconfig.pt6314 drivers: auxdisplay: Add driver for PTC PT6314 VFD controller 2023-07-14 12:09:03 +02:00
Kconfig.serlcd auxdisplay: Add SerLCD auxdisplay driver 2023-10-27 10:49:03 +02:00
auxdisplay_handlers.c build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
auxdisplay_hd44780.c drivers: auxdisplay: Add Hitachi HD44780 driver 2023-05-26 23:05:58 +02:00
auxdisplay_itron.c
auxdisplay_itron.h
auxdisplay_jhd1313.c drivers: auxdisplay: Fix rows/columns inversion 2023-06-09 13:23:36 -04:00
auxdisplay_pt6314.c drivers: auxdisplay: Add driver for PTC PT6314 VFD controller 2023-07-14 12:09:03 +02:00
auxdisplay_serlcd.c auxdisplay: Enhance SerLCD auxdisplay driver 2023-11-24 22:04:22 +00:00