search for: l237

Displaying 2 results from an estimated 2 matches for "l237".

Did you mean: 237
2023 Mar 07
1
[PATCH v2v] convert: Allow preferred block driver to be specified on the command line
...ell, and get_block_driver_priority / >> set_block_driver_priority would manipulate that. > > References are really just structures with mutable fields and some > syntactic sugar: > > https://github.com/ocaml/ocaml/blob/66db964f48869c6470b8ccd1ed672e244ba9d680/stdlib/stdlib.ml#L237 > > The reason mutable fields of structures in general have to be > specially marked with the "mutable" keyword is because of the > "remembered set", an obscure corner of generational garbage collection: > > https://www.cs.cornell.edu/courses/cs3110/2012sp/le...
2016 Oct 03
1
driver for Victron Multiplus RS485
Hi All, I'd like to modify an existing driver to support my Victron Multiplus inverter/charger. This device is not supported by the victron driver. I do have serial protocol definition from Victron - which is a big bonus... Could anyone tell me which of the existing drivers will be easiest to modify? Thanks Thanks -- Boli