-
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
[EFR32] Adds fix for WF200 IPv4 Hard-Fault issue #23058
Merged
jmartinez-silabs
merged 1 commit into
project-chip:master
from
kurvaSai:feature/wf200_ipv4_hardfault_fix
Oct 13, 2022
Merged
[EFR32] Adds fix for WF200 IPv4 Hard-Fault issue #23058
jmartinez-silabs
merged 1 commit into
project-chip:master
from
kurvaSai:feature/wf200_ipv4_hardfault_fix
Oct 13, 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
PR #23058: Size comparison from 2784c8c to 61d47e3 Increases (5 builds for bl602, cc13x2_26x2, telink)
Decreases (2 builds for cc13x2_26x2)
Full report (19 builds for bl602, cc13x2_26x2, k32w, linux, qpg, telink)
|
bzbarsky-apple
approved these changes
Oct 6, 2022
jmartinez-silabs
approved these changes
Oct 13, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
always provide a description of the issue and fix im the PR even if it is a one liner change
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this pull request
Nov 2, 2022
…p#23058)" from silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/wf200_ipv4_hardfault_fix to silabs_1.0 Squashed commit of the following: commit 80e20f0d06ce90c4ddbc0b10d71be72b5792d7e2 Author: kurvaSai <111514131+kurvaSai@users.noreply.github.com> Date: Thu Oct 13 19:41:41 2022 +0530 wf200 ipv4 hardfault fix (project-chip#23058)
rerasool
added a commit
to SiliconLabs/matter
that referenced
this pull request
Nov 2, 2022
…roject-chip#23058)" from silabs to silabs_1.0 Merge in WMN_TOOLS/matter from cherry-pick/wf200_ipv4_hardfault_fix to silabs_1.0 Squashed commit of the following: commit 80e20f0d06ce90c4ddbc0b10d71be72b5792d7e2 Author: kurvaSai <111514131+kurvaSai@users.noreply.github.com> Date: Thu Oct 13 19:41:41 2022 +0530 wf200 ipv4 hardfault fix (project-chip#23058)
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.
Description:
Adds a Fix for WF200 IPv4 hard fault issue because there was a pointer reference issue with passing the netif interface between functions.