libgpiod icon indicating copy to clipboard operation
libgpiod copied to clipboard

This is a mirror of the original repository over at kernel.org. This github page is for discussions and issue reporting only. PRs can be discussed here but the patches need to go through the linux-gpi...

Results 38 libgpiod issues
Sort by recently updated
recently updated
newest added

While cross-compiling there occurred "undefined reference to `rpl_malloc'", the suggested change fixes the problem. Tested for native X86_64 and armv7a-unknown-linux-gnueabihf.

The code for __repr__ of LineSettings is missing commas to separate the arguments Current `LineSettings(direction={}, edge_detection={} bias={} drive={} active_low={} debounce_period={} event_clock={} output_value={})` Correct: `LineSettings(direction={}, edge_detection={}, bias={}, drive={}, active_low={}, debounce_period={}, event_clock={},...

root@OpenWrt:~/libgpiod# ./autogen.sh autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 aclocal: warning: couldn't open directory 'm4': No such file or...

Hello there! First, I'd like to thank all who contribute to libgpiod which is really handy! :D I'm currently developing a GPIO expander module for Linux 6.1.70 which runs on...

This ticket tracks the development of the DBus daemon. Current development branch can be found [here](https://github.com/brgl/libgpiod-private/tree/topic/dbus). The API is not complete yet but some parts are functional. The daemon, command-line...

enhancement

> A common complaint from users about gpioset is that the state of a line is not retained once the program exits. While this is precisely the way linux character...

Hi, Like the idea of the gpio tools to simplify GPIO pin control and I recognise that this seems to be a fairly fast moving project at the moment, but...

It is more a question than an issue: Is there a way to toggle the GPIO as output/input? If yes: How? Sorry for this maybe dumb question, but have nothing...

Hello, I'm utilizing the gpiod library on my Yocto Linux system, specifically on an i.MX8MM board. After measuring the read/write frequency speed in a simple code, I've observed it to...

There are a number of reasons to provide precompiled wheels: 1. Not all distributions provide compiler support and thus cannot compile sdists 2. For space constrained or "sealed" systems, distributors/admins...