Re: [PATCH v5 12/20] net: split cmd/net.c into cmd/net.c and cmd/net-common.c

2024-07-29 Thread Ilias Apalodimas
On Thu, 25 Jul 2024 at 15:59, Jerome Forissier wrote: > > Extract some code from cmd/net.c that will be useful in a subsequent > commit to implement wget with NET_LWIP. > > Signed-off-by: Jerome Forissier > --- > cmd/Makefile | 5 ++- > cmd/net-common.c | 109

[PATCH v5 12/20] net: split cmd/net.c into cmd/net.c and cmd/net-common.c

2024-07-25 Thread Jerome Forissier
Extract some code from cmd/net.c that will be useful in a subsequent commit to implement wget with NET_LWIP. Signed-off-by: Jerome Forissier --- cmd/Makefile | 5 ++- cmd/net-common.c | 109 cmd/net.c| 115