Re: [PATCHv7 02/15] net/lwip: integrate lwIP library

2023-09-07 Thread Michal Simek
Ășt 22. 8. 2023 v 11:38 odesĂ­latel Maxim Uvarov napsal: > > Define Makefile and Kconfig to build lwIP inside the U-Boot. We compile > lwIP the same as the main code, plus we can do optimization for size at > compile time with disabling not needed debug asserts, or not used protocols. > So we can tu

Re: [PATCHv7 02/15] net/lwip: integrate lwIP library

2023-08-22 Thread Simon Glass
Hi Maxim, On Tue, 22 Aug 2023 at 03:38, Maxim Uvarov wrote: > > Define Makefile and Kconfig to build lwIP inside the U-Boot. We compile > lwIP the same as the main code, plus we can do optimization for size at > compile time with disabling not needed debug asserts, or not used protocols. > So we

[PATCHv7 02/15] net/lwip: integrate lwIP library

2023-08-22 Thread Maxim Uvarov
Define Makefile and Kconfig to build lwIP inside the U-Boot. We compile lwIP the same as the main code, plus we can do optimization for size at compile time with disabling not needed debug asserts, or not used protocols. So we can tune lwIP configuration specially for U-Boot environments. Signed-o