nuttx/boards/arm/samv7/common
Michal Lenc 5b90ae9c72 boards/samv7: add lower level IOCTL handler to sam_gpio_enc driver
SAMv7 encoder driver with GPIO pins was written without IOCTL support.
While this driver does not require any lower level IOCTLs for its
functionality the upper layer fails on assertion when unknown command
can not be send to lower layer. This commit adds IOCTL handler that
always returns -ENOTTY as no commands are supported.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-06-19 23:06:20 +08:00
..
include boards/samv7/common: add type member to mtd_partition_s structure 2023-05-29 13:50:34 +03:00
scripts arch/arm/samv7: add ARCH_RAMVECTORS support 2022-12-17 13:57:03 +08:00
src boards/samv7: add lower level IOCTL handler to sam_gpio_enc driver 2023-06-19 23:06:20 +08:00
tools
.gitignore
Kconfig boards/arm/samv7/common/Kconf Fix indentationig 2023-05-10 00:45:29 +08:00
Makefile