libgpiod: add package for library and tools
authorPetr Štetiar <ynezz@true.cz>
Mon, 7 Jun 2021 10:15:28 +0000 (12:15 +0200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 25 Aug 2022 20:08:13 +0000 (22:08 +0200)
commit748bb6f9711013f7f62f3810fdec8032777eb5a0
tree8cfee3baa733e447fe762808eaa5c272e97ec161
parent15cae55cecccd7962907c5306bc2dbe38c3c66bb
libgpiod: add package for library and tools

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.

Import the package from packages feed without the Python3 package, as
ugpiod depends on the library.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/libs/libgpiod/Makefile [new file with mode: 0644]