Added a generic driver for RaspberryPi Pico PIO. This driver is an intermediate driver for abstracting the PIO device driver from physical pin configuration. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com> Signed-off-by: Ionut Catalin Pavel <iocapa@iocapa.com>
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
# Miscellaneous drivers not exposing Zephyr Device Driver API
|
|
|
|
# Copyright (c) 2021 Nordic Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Miscellaneous Drivers"
|
|
|
|
source "drivers/misc/ft8xx/Kconfig"
|
|
source "drivers/misc/grove_lcd_rgb/Kconfig"
|
|
source "drivers/misc/pio_rpi_pico/Kconfig"
|
|
|
|
endmenu
|