aboutsummaryrefslogtreecommitdiff
path: root/libs/libgpiod
Commit message (Collapse)AuthorAge
* libgpiod: update to 1.1.1Michael Heimpold2018-08-17
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libgpiod: update to 1.1Michael Heimpold2018-05-21
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libgpiod: update to 1.0.1Michael Heimpold2018-04-18
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libgpiod: depend on kernel versionMichael Heimpold2018-03-30
| | | | | | | Required kernel interface was introduced in kernel v4.8, so add the kernel version as dependency for this library. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libgpiod: add package for library and toolsMichael Heimpold2018-02-11
libgpiod is a C library with corresponding tools for interacting with the linux GPIO character device (gpiod stands for GPIO device). Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use the character device instead. This library encapsulates the ioctl calls and data structures behind a straightforward API. Signed-off-by: Michael Heimpold <mhei@heimpold.de>