libgpiod
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...
Python binding was ignoring event_clock line setting.
There is a libgpiod2 package in buildroot, with the option --disable-bindings-python set. I modified it to pass the --enable-bindings-python, but it doesn't work. At the setup.py stage, the host compiler...
Hi, gpiod_line_event from the 1.6.3 version returns a timestamp which I think is the kernel time-since-boot. Is there also an interface or helper function to convert this to the real...
There are a number of "issues" with the python bindings when it comes to mypy compliance and ruff lint/format checks. Output below. There are also a couple of files that...
Track the request to make 3.13 wheels. This is fairly simple: ```diff diff --git a/bindings/python/generate_pypi_artifacts.sh b/bindings/python/generate_pypi_artifacts.sh index c2fb79f..6385a8a 100755 --- a/bindings/python/generate_pypi_artifacts.sh +++ b/bindings/python/generate_pypi_artifacts.sh @@ -108,8 +108,7 @@ python3 -m "${venv_module}"...
Creating this issue to track the idea somewhere outside of my head. Currently, the public API exposed by gpiod is relatively restrictive on what types are required to be used...
Please configure the ReadTheDocs build trigger such that it auto-generates PDF versions of the documentation.
Not sure if this is a good place to ask, attempting to install this on a xilinx board and running into issues. Downloading the 2.2.1 tarball, going into the extracted...
> > > > @brgl 3.13 was released just a few days ago. We can certainly add 3.13 wheels. I think we'd skip free-threaded wheels for now, however, as I'm...
While implementing the ability for a user-space application to configure GPIO pins via the libgpiodbus library I found myself having to copy/utilize a lot of helper functions from the client...