[PATCH v6 1/8] dts: add params manipulation module

Juraj Linkeš juraj.linkes at pantheon.tech
Wed Jun 19 14:45:39 CEST 2024



On 19. 6. 2024 12:23, Luca Vizzarro wrote:
> This commit introduces a new "params" module, which adds a new way
> to manage command line parameters. The provided Params dataclass
> is able to read the fields of its child class and produce a string
> representation to supply to the command line. Any data structure
> that is intended to represent command line parameters can inherit it.
> 
> The main purpose is to make it easier to represent data structures that
> map to parameters. Aiding quicker development, while minimising code
> bloat.
> 
> Signed-off-by: Luca Vizzarro <luca.vizzarro at arm.com>
> Reviewed-by: Paul Szczepanek <paul.szczepanek at arm.com>

Reviewed-by: Juraj Linkeš <juraj.linkes at pantheon.tech>


More information about the dev mailing list