Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638337 > unrolled thread
| Started by | Bartosz Golaszewski <brgl@bgdev.pl> |
|---|---|
| First post | 2017-05-09 20:30 +0200 |
| Last post | 2017-05-09 20:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[ANNOUNCE] libgpiod v0.2 Bartosz Golaszewski <brgl@bgdev.pl> - 2017-05-09 20:30 +0200
| From | Bartosz Golaszewski <brgl@bgdev.pl> |
|---|---|
| Date | 2017-05-09 20:30 +0200 |
| Subject | [ANNOUNCE] libgpiod v0.2 |
| Message-ID | <tFi3v-5s6-3@gated-at.bofh.it> |
I'm announcing the release of libgpiod v0.2. The most prominent new feature is the test suite working together with the gpio-mockup module (requires improvements available in linux 4.11) which tests both the library code as well as the user space interface of the GPIO subsystem. Below is a brief changelog: New features: - relicensed under LGPLv2.1 - implemented a unit testing framework together with a comprehensive set of test cases - added a non-closing variant of the gpiochip iterator and foreach macro [by Clemens Gruber] - added gpiod_chip_open_by_label() Improvements: - Makefiles & build commands have been reworked [by Thierry Reding] - documentation updates - code shrinkage here and there - coding style fixes - removed all designated initializers from the header for better standards compliance Bug fixes: - fix the return value of gpiod_simple_event_loop() - don't try to process docs if doxygen is not installed Get it from github[1]. Should soon be available in buildroot as well. Best regards, Bartosz Golaszewski [1] https://github.com/brgl/libgpiod
Back to top | Article view | linux.kernel
csiph-web