2022-11-14 04:33:46 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-05-25 06:27:04 +08:00
|
|
|
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/auxdisplay.h)
|
|
|
|
|
2022-11-14 04:33:46 +08:00
|
|
|
zephyr_library()
|
2023-08-30 17:33:10 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE auxdisplay_handlers.c)
|
2023-01-15 19:49:03 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_AUXDISPLAY_HD44780 auxdisplay_hd44780.c)
|
2022-11-14 04:33:46 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_AUXDISPLAY_ITRON auxdisplay_itron.c)
|
2022-11-28 02:19:23 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_AUXDISPLAY_JHD1313 auxdisplay_jhd1313.c)
|
2023-06-24 21:24:00 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_AUXDISPLAY_PT6314 auxdisplay_pt6314.c)
|
2023-08-12 21:32:01 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_AUXDISPLAY_SERLCD auxdisplay_serlcd.c)
|