Re: [PATCH v2 1/6] dts: Remove build target config and list of devices

2024-11-18 Thread Luca Vizzarro
Hi Nick, I second the comments already made. A couple of nits on top of those: On 05/07/2024 18:13, Nicholas Pratte wrote: Remove the list of devices from the schema, as these are unuesed. Likewise, removed build-target information since these is not currently used, and it is unlikely to be use

Re: [PATCH v2 1/6] dts: Remove build target config and list of devices

2024-11-06 Thread Dean Marx
On Fri, Jul 5, 2024 at 2:29 PM Nicholas Pratte wrote: > Remove the list of devices from the schema, as these are unuesed. > Likewise, removed build-target information since these is not currently > used, and it is unlikely to be used in the future. Adjustments to the > dts.rst are made to reflect

Re: [PATCH v2 1/6] dts: Remove build target config and list of devices

2024-09-12 Thread Nicholas Pratte
> > @classmethod > > def from_dict(cls, d: BuildTargetConfigDict) -> Self: > > r"""A convenience method that processes the inputs before creating > > an instance. > > > > -`arch`, `os`, `cpu` and `compiler` are converted to > > :class:`Enum`\s and > > -`name` i

Re: [PATCH v2 1/6] dts: Remove build target config and list of devices

2024-09-12 Thread Nicholas Pratte
On Tue, Sep 10, 2024 at 7:30 AM Juraj Linkeš wrote: > > The subject line should be all lowercase (except for abbreviations and > maybe some other exceptions). Ack. > > On 5. 7. 2024 19:13, Nicholas Pratte wrote: > > Remove the list of devices from the schema, as these are unuesed. > > Typo: unus

Re: [PATCH v2 1/6] dts: Remove build target config and list of devices

2024-09-10 Thread Juraj Linkeš
The subject line should be all lowercase (except for abbreviations and maybe some other exceptions). On 5. 7. 2024 19:13, Nicholas Pratte wrote: Remove the list of devices from the schema, as these are unuesed. Typo: unuesed Likewise, removed build-target information since these is not curr

Re: [PATCH v2 1/6] dts: Remove build target config and list of devices

2024-07-16 Thread Jeremy Spewock
On Fri, Jul 5, 2024 at 1:15 PM Nicholas Pratte wrote: > > Remove the list of devices from the schema, as these are unuesed. > Likewise, removed build-target information since these is not currently > used, and it is unlikely to be used in the future. Adjustments to the > dts.rst are made to reflec