You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make wholesale replacement of lwIP more straightforward (project-chip#31025)
* Make wholesale replacement of lwIP more straightforward
Instead of everyone directly adjusting the definintions in src/lwip,
which only works in-tree, clean up the dependencies so that overriding
lwip_root works cleanly (ie, without introducing dependencies on
$chip_root/src/lwip).
See docs in third_party/lwip/BUILD.gn
* Fix use of vendored lwip from EFR32 builds
* Fix potential .o file naming conflicts
If multiple libraries compile src/lwip/freertos/sys_arch.c, this causes
problems from having the same .o file name. Use different library names
to make sure this does not happen.
* Fixups for genio-lighting-app build
* Clarify ways to set lwip_root
* Restyled by gn
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments