Re: [RFC PATCH 5/7] dts: add runtime status

2025-02-12 Thread Nicholas Pratte
Reviewed-by: Nicholas Pratte On Mon, Feb 3, 2025 at 10:17 AM Luca Vizzarro wrote: > > Add a new module which defines the global runtime status of DTS and the > distinct execution stages and steps. > > Signed-off-by: Luca Vizzarro > --- > doc/api/dts/framework.status.rst | 8 > doc/api/dt

Re: [RFC PATCH 5/7] dts: add runtime status

2025-02-11 Thread Dean Marx
On Mon, Feb 3, 2025 at 10:17 AM Luca Vizzarro wrote: > > Add a new module which defines the global runtime status of DTS and the > distinct execution stages and steps. > > Signed-off-by: Luca Vizzarro Looks great! Reviewed-by: Dean Marx

[RFC PATCH 5/7] dts: add runtime status

2025-02-03 Thread Luca Vizzarro
Add a new module which defines the global runtime status of DTS and the distinct execution stages and steps. Signed-off-by: Luca Vizzarro --- doc/api/dts/framework.status.rst | 8 doc/api/dts/index.rst| 1 + dts/framework/logger.py | 36 -- dts/framewo