-
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
Auto-commissioner: remove primary network config if failed in commissioning SecondaryNetworkInterface #35255
Merged
chshu
merged 1 commit into
project-chip:master
from
DejinChen:remove_primary_network_config_when_failed
Sep 5, 2024
Merged
Auto-commissioner: remove primary network config if failed in commissioning SecondaryNetworkInterface #35255
chshu
merged 1 commit into
project-chip:master
from
DejinChen:remove_primary_network_config_when_failed
Sep 5, 2024
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
Review changes with SemanticDiff. |
pullapprove
bot
requested review from
andy31415,
andyg-apple,
anush-apple,
arkq,
axelnxp,
bauerschwan,
bzbarsky-apple,
carol-apple,
chapongatien,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic and
dhrishi
August 28, 2024 12:08
pullapprove
bot
requested review from
doru91,
fessehaeve,
harimau-qirex,
harsha-rajendran,
hawk248,
hicklin,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
joonhaengHeo,
jtung-apple,
kiel-apple and
kkasperczyk-no
August 28, 2024 12:08
pullapprove
bot
requested review from
tcarmelveilleux,
tecimovic,
tehampson,
tima-q,
tobiasgraf,
turon,
vivien-apple,
wiba-nordic,
woody-apple,
younghak-hwang and
yufengwangca
August 28, 2024 12:08
PR #35255: Size comparison from 5bff3a5 to ad71bf0 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
tcarmelveilleux
requested changes
Aug 28, 2024
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.
- Wait for spec PR to land before changing commissioner.
DejinChen
changed the title
Auto-commissioner: remove primary network config if failed in commissioning SecondaryNetworkInterface
[Draft] Auto-commissioner: remove primary network config if failed in commissioning SecondaryNetworkInterface
Aug 29, 2024
DejinChen
changed the title
[Draft] Auto-commissioner: remove primary network config if failed in commissioning SecondaryNetworkInterface
Auto-commissioner: remove primary network config if failed in commissioning SecondaryNetworkInterface
Aug 30, 2024
chshu
reviewed
Sep 4, 2024
…ioning SecondaryNetworkInterface device
DejinChen
force-pushed
the
remove_primary_network_config_when_failed
branch
from
September 4, 2024 03:39
ad71bf0
to
fcb0573
Compare
PR #35255: Size comparison from 30cff8e to fcb0573 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
tcarmelveilleux
approved these changes
Sep 4, 2024
ksperling-apple
approved these changes
Sep 5, 2024
chshu
approved these changes
Sep 5, 2024
shgutte
pushed a commit
to shgutte/connectedhomeip
that referenced
this pull request
Sep 10, 2024
…ioning SecondaryNetworkInterface device (project-chip#35255)
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.
Ref to https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/10335, modified the steps during commissioning a SecondaryNetworkInterface device.
Change overview