Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1638337

[ANNOUNCE] libgpiod v0.2

From Bartosz Golaszewski <brgl@bgdev.pl>
Newsgroups linux.kernel
Subject [ANNOUNCE] libgpiod v0.2
Date 2017-05-09 20:30 +0200
Message-ID <tFi3v-5s6-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[ANNOUNCE] libgpiod v0.2 Bartosz Golaszewski <brgl@bgdev.pl> - 2017-05-09 20:30 +0200

csiph-web