Displaying 4 results from an estimated 4 matches for "modri".
Did you mean:
modra
2023 Feb 22
2
GPIO as NUT driver interface?
...ic_modbus" 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 collec...
2023 Feb 21
1
GPIO as NUT driver interface?
...t. Code is fully functional, needs cleanup
to match coding guidelines and needs more tests for rules processing
part. Driver reads GPIO line statuses and transforms them to NUT
statuses using short rules description parameter in the form of status
strings and logical operations on line values.
Modris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: adelsystem_cbi.c
Type: text/x-csrc
Size: 39959 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20230221/f6170038/attachment-0002.c>
-------------- next part --...
2023 Feb 23
1
GPIO as NUT driver interface?
...T operations 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...
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
>>