2017-01-19 15:30 GMT+01:00 Alexander Stein <alexander.stein@xxxxxxxxxxxxxxxxxxxxx>: > On Thursday 19 January 2017 15:12:43, Bartosz Golaszewski wrote: >> 2017-01-19 15:05 GMT+01:00 Alexander Stein >> >> <alexander.stein@xxxxxxxxxxxxxxxxxxxxx>: >> > Hi, >> > >> > On Wednesday 18 January 2017 16:48:08, Bartosz Golaszewski wrote: >> >> I'd like to announce the first release of libgpiod. The project >> >> consists of a C library and a set of command-line tools for >> >> controlling GPIOs over the new character device interface. >> >> >> >> The tools support reading & setting values, keeping the lines >> >> exported, finding GPIO lines by name, monitoring events etc. >> >> >> >> The source code can be found at: https://github.com/brgl/libgpiod >> > >> > Cool thing. thanks! One bug found: >> > https://github.com/brgl/libgpiod/blob/master/src/tools/gpiomon.c#L31 >> > >> > shortopts is missing 's' so the following occurs: >> >> gpiomon -l -r -s --num-events=1 gpiochip2 1 >> >> gpiomon: invalid option -- 's' >> >> gpiomon: try gpiomon --help >> >> >> >> gpiomon -l -r --silent --num-events=1 gpiochip2 1 >> > >> > works as expected >> >> Thanks, fixed in git. > > Thanks, also for defines of GPIOHANDLE_REQUEST_INPUT and friends you actually > need kernel headers >=4.8. README.md says >=4.7 > Fixed as well. Would you mind opening a github issue in the future to keep track of issues? Thanks, Bartosz Golaszewski -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html