-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[System] Remove LwIP from EFR32 OpenThread implementation #17512
Merged
jepenven-silabs
merged 2 commits into
project-chip:master
from
jepenven-silabs:add_native_matter_build_without_lwip
Apr 19, 2022
Merged
[System] Remove LwIP from EFR32 OpenThread implementation #17512
jepenven-silabs
merged 2 commits into
project-chip:master
from
jepenven-silabs:add_native_matter_build_without_lwip
Apr 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
andy31415,
anush-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
erjiaqing,
franck-apple,
gjc13,
harimau-qirex,
hawk248,
harsha-rajendran,
isiu-apple,
jelderton,
jmartinez-silabs,
kghost,
kpschoedel,
lazarkov and
LuDuda
April 19, 2022 16:33
pullapprove
bot
requested review from
msandstedt,
tecimovic,
mspang,
turon,
robszewczyk,
vijs,
sagar-apple,
vivien-apple,
saurabhst,
wbschiller,
selissia,
woody-apple and
xylophone21
April 19, 2022 16:33
jmartinez-silabs
approved these changes
Apr 19, 2022
PR #17512: Size comparison from 03ea72d to d153978 Increases (4 builds for cc13x2_26x2, p6)
Decreases (1 build for cc13x2_26x2)
Full report (27 builds for cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
|
andy31415
approved these changes
Apr 19, 2022
PR #17512: Size comparison from 03ea72d to 1321b14 Increases (6 builds for cc13x2_26x2, esp32, p6)
Decreases (4 builds for cc13x2_26x2, efr32)
Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Fix #13085
Change overview
Last PR in a serie of PR to add a Native OpenThread implementation of Matter without the need to use LwIP as a wrapper.
By enabling
chip_system_config_use_open_thread_inet_endpoints=true
and settingchip_with_lwip=false
Platform manufacturer can now build Matter without LwIP or Zephyr, thus reducing the usage of the Flash.Testing
Tested on EFR32 and Unit Test.