Re: [PATCH v2 2/5] dts: skip first line of send command output

2024-06-04 Thread Juraj Linkeš
On 9. 5. 2024 13:26, Luca Vizzarro wrote: The first line of the InteractiveShell send_command method is generally the command input field. This sometimes is unwanted, therefore this commit enables the possibility of omitting the first line from the returned output. Signed-off-by: Luca Vizzarr

Re: [PATCH v2 2/5] dts: skip first line of send command output

2024-05-31 Thread Jeremy Spewock
On Thu, May 9, 2024 at 7:26 AM Luca Vizzarro wrote: > > The first line of the InteractiveShell send_command method is generally > the command input field. This sometimes is unwanted, therefore this > commit enables the possibility of omitting the first line from the > returned output. > > Signed-o

[PATCH v2 2/5] dts: skip first line of send command output

2024-05-09 Thread Luca Vizzarro
The first line of the InteractiveShell send_command method is generally the command input field. This sometimes is unwanted, therefore this commit enables the possibility of omitting the first line from the returned output. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/frame