Displaying 4 results from an estimated 4 matches for "rzonis".
Did you mean:
ronis
2023 Feb 22
2
GPIO as NUT driver interface?
..." name. Wondering if the new driver
should be (similar to) `generic_gpio`.
@Community verdict: Then there was also an effort some years ago to name
drivers with a `nutdrv-*` prefix... WDYT?
As usual, naming is among the hardest problems in IT ;)
Jim
On Wed, Feb 22, 2023 at 4:34 PM MODRIS B?RZONIS <modrisb at apollo.lv> wrote:
> Jim,
>
> no, there are no changes in adelsystem.
>
> Driver's implementation is based on libgpiod, assume this would be natural
> to call driver gpio, i2c uses different library to communicate. Yes, any
> UPS with open collector pins s...
2023 Feb 23
1
GPIO as NUT driver interface?
...ons from a "backend lib" to build against; similar for
serial.c used by many drivers. Take care to not conflict by filenames with
"real" third-party libs used by the build - especially to avoid mixups for
headers and in docs/discussion.
Jim
On Thu, Feb 23, 2023, 22:16 MODRIS B?RZONIS <modrisb at apollo.lv> wrote:
> Did refactoring to better split library specifics, now see
> open/close/read lines that any library should support. Need to split
> into 2 files, may to go for library?
>
> On 2/22/23 20:17, Greg Troxel wrote:
> > Jim Klimov via Nut-upsdev...
2023 Feb 23
1
GPIO as NUT driver interface?
Did refactoring to better split library specifics, now see
open/close/read lines that any library should support. Need to split
into 2 files, may to go for library?
On 2/22/23 20:17, Greg Troxel wrote:
> Jim Klimov via Nut-upsdev <nut-upsdev at alioth-lists.debian.net> writes:
>
>> Nearby there's also a `generic_modbus" name. Wondering if the new driver
>>
2023 Feb 21
1
GPIO as NUT driver interface?
Hi!
I have CyberPower CyberShield CSN27U12V UPS. This device don't have
usual for UPS interface, just open collector pins. I connected these
pins to GPIO interface on Orange Pi Zero and wrote NUT driver for this
case. Any interest from NUT community to add this driver to regular
build tree?
See driver code in attachment. Code is fully functional, needs cleanup
to match coding guidelines