Re: [PATCH] RFC: Do not enable the v1 uAPI by default

From: Bartosz Golaszewski
Date: Mon Nov 06 2023 - 03:20:47 EST


On Sun, Nov 5, 2023 at 4:39 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
>
> On Sun, Nov 5, 2023 at 2:12 AM Kent Gibson <warthog618@xxxxxxxxx> wrote:
>
> > If you want to provide the end user with two years to migrate, and given
> > that libgpiod is the major consumer, you might want to hold off for
> > another year.
>
> OK then, just testing the waters.
>
> Probably we need to encourage libgpiod 2.x a bit.
>

Thanks to Phil Howard's work on python bindings, they should soon be
more widely adopted. They are now the first thing that pops up in
google when searching for "libgpiod python" and now have a proper
homepage in pypi. Running 'pip3 install gpiod' will now work on
systems with no libgpiod installed too as it's vendored with libgpiod
v2.1 sources. I also plan to finally get around to using breathe and
exhale to produce proper sphinx docs. So hopefully we'll start getting
traction soon.

Bart