zephyr/include/zephyr/drivers/misc
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
..
devmux build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
ft8xx include: migrate includes to <zephyr/...> 2022-05-06 20:03:00 +02:00
grove_lcd drivers: display/misc: move MicroBIT/Grove libraries to 3rd-party group 2023-06-05 20:21:09 -04:00
nxp_flexio drivers: mcux: flexio: Added generic MCUX FlexIO driver 2024-03-12 14:00:45 +01:00
pio_rpi_pico doc: add missing param in DT_INST_PIO_PIN_BY_NAME 2023-05-17 09:49:24 +02:00
timeaware_gpio build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
README include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00

Miscellaneous Drivers

Misc (or miscellaneous) drivers are device drivers that do not expose generic
Zephyr Device Drivers API. Such drivers have only device-specific API providing
functionalities not covered by any Generic Device Driver API.

This directory contains header files of the Miscellaneous Drivers.


* FT8xx

  Embedded Video Engine containing graphic controller, audio processing, and
  resistive touch controller. The graphic controller does not provide frame
  buffer required by generic display driver API. Instead, it exposes higher
  layer graphic operations like widgets, shapes, fonts, text, or bitmaps
  rendering. These operations are controlled by a vendor-specific API designed
  for this device.