Re: [PATCH 5/5] dts: add JSON schema generation script

2024-10-01 Thread Nicholas Pratte
Seems straightforward. There are actually some intersections here between my currently-existing config changes and some of the trimming you provide here which simplifies my upcoming series when I rebase it to use this series. Reviewed-by: Nicholas Pratte On Thu, Aug 22, 2024 at 12:40 PM Luca Viz

Re: [PATCH 5/5] dts: add JSON schema generation script

2024-09-17 Thread Juraj Linkeš
create mode 100755 dts/generate-schema.py Could it be worth putting this into devtools? It is a devtool. diff --git a/doc/guides/tools/dts.rst b/doc/guides/tools/dts.rst @@ -430,6 +430,16 @@ Refer to the script for usage: ``devtools/dts-check-format.sh -h``. Configuration Schema

[PATCH 5/5] dts: add JSON schema generation script

2024-08-22 Thread Luca Vizzarro
Adds a new script which automatically re-generates the JSON schema file based on the Pydantic configuration models. Moreover, update the JSON schema with this script for the first time. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- doc/guides/tools/dts.rst |