Paul Cercueil
Paul Cercueil
Unfortunately node-openvg is specific to the Raspberry Pi and is currently not portable to other platforms, due to its use of libbcm. It would be great to provide a portable...
It should be possible to support thumbnails by implementing the "Representative Sample" object properties. The thumbnailing process itself should be deferred to an external program, pointed to in the config.
With this, it is now possible to launch Pioneer directly from VS Code on Windows by simply pressing F5. Signed-off-by: Paul Cercueil
### Observed behaviour It's possible to start a new game at Barnard's Star (and probably the others as well) without any equipment given to the player. ### Expected behaviour The...
This PR contains my latest work on the new Libiio 1.x API. The API changed quite a bit, to be more versatile, to map better to the latest IIO kernel...
- Add support for creating a XML from a XML string embedded into a URI - This means that every possible IIO context can now be created with the single...
Factorize the very similar functions ipv4_address_to_string() and ipv6_address_to_string() into one _ip_address_to_string() + wrappers. Signed-off-by: Paul Cercueil
Most of the source files in libpcsxcore/ are GPLv2+, which means that they can be used together with LGPLv3-licensed code. However, some of these files don't have any license header...
Modify/add functions: - `iio_context_add_device`, which will create a `iio_device` and add it to the context; - `iio_device_add_channel`, which will create a `iio_channel` and add it to the device; - The...
Follow-up of https://github.com/analogdevicesinc/libiio/pull/928 These commits will modify how the local-DMABUF interface works, because the interface itself in the kernel changed (as it is not yet upstream). The local backend will...