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. Best regards, Bartosz Golaszewski -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html