Richard Weickelt

Results 4 issues of Richard Weickelt

I do like this library quite much because it's so simple and easy to integrate. It would be nice to be able to explicitly skip testcases when they cannot run....

I am trying to cross-build a complex project with CMake and VCPKG and a sysroot configuration. My sysroot content is extracted from the official Raspbian RFS image. Neither compilation nor...

When documenting functions, it can often happen that the documentation does not match the function signature: ```c /** * Function documentation. * * :param p1: Documentation of p1 * :param...

enhancement

I am using libgpiod 1.6.2 on a RPi ~3B~ 4B with Raspbian Bullseye. I have implemented an interrupt monitor strictly following [this](https://github.com/brgl/libgpiod/blob/v1.6.x/bindings/cxx/examples/gpiomoncxx.cpp) example (triggers on falling edges). Each interrupt is...