• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

devmux/03-Aug-2024-9115

ft8xx/03-Aug-2024-1,439599

grove_lcd/03-Aug-2024-16942

nxp_flexio/03-Aug-2024-8923

pio_rpi_pico/03-Aug-2024-15028

stm32_wkup_pins/03-Aug-2024-4112

timeaware_gpio/03-Aug-2024-19676

READMED03-Aug-2024887 2215

README

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