1Miscellaneous Drivers
2
3Misc (or miscellaneous) drivers are device drivers that do not expose generic
4Zephyr Device Drivers API. Such drivers have only device-specific API providing
5functionalities not covered by any Generic Device Driver API.
6
7This directory contains header files of the Miscellaneous Drivers.
8
9
10* FT8xx
11
12  Embedded Video Engine containing graphic controller, audio processing, and
13  resistive touch controller. The graphic controller does not provide frame
14  buffer required by generic display driver API. Instead, it exposes higher
15  layer graphic operations like widgets, shapes, fonts, text, or bitmaps
16  rendering. These operations are controlled by a vendor-specific API designed
17  for this device.
18
19* STM32 Wake-up Pins
20  STM32 wake-up pins are part of the Power Control (PWR) peripheral.
21  They can be used to wake-up the system from Poweroff through GPIO pins.
22