-
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
Add the ability to read extra attributes during commissioning #36867
Merged
mergify
merged 4 commits into
project-chip:master
from
ksperling-apple:read-custom-commissioning-info
Jan 20, 2025
Merged
Add the ability to read extra attributes during commissioning #36867
mergify
merged 4 commits into
project-chip:master
from
ksperling-apple:read-custom-commissioning-info
Jan 20, 2025
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
ksperling-apple
force-pushed
the
read-custom-commissioning-info
branch
from
December 17, 2024 18:59
81f8173
to
30ff35a
Compare
ksperling-apple
force-pushed
the
read-custom-commissioning-info
branch
from
December 19, 2024 05:53
30ff35a
to
76768e3
Compare
ksperling-apple
force-pushed
the
read-custom-commissioning-info
branch
2 times, most recently
from
December 20, 2024 00:32
0abedfb
to
9492299
Compare
ksperling-apple
changed the title
Read custom commissioning info
Add the ability to read extra attributes during commissioning
Dec 20, 2024
PR #36867: Size comparison from ea94ef7 to 9492299 Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
ksperling-apple
force-pushed
the
read-custom-commissioning-info
branch
from
December 20, 2024 01:48
9492299
to
a9e5aac
Compare
PR #36867: Size comparison from c1afc02 to a9e5aac Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #36867: Size comparison from c1afc02 to 9d73f29 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
ksperling-apple
force-pushed
the
read-custom-commissioning-info
branch
2 times, most recently
from
December 23, 2024 02:19
c81026c
to
b78a442
Compare
PR #36867: Size comparison from af336ec to b78a442 Full report (25 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
ksperling-apple
force-pushed
the
read-custom-commissioning-info
branch
from
January 15, 2025 18:50
b78a442
to
c4c9340
Compare
PR #36867: Size comparison from 958c1cb to c4c9340 Full report (10 builds for cc32xx, nrfconnect, qpg, stm32, tizen)
|
ksperling-apple
force-pushed
the
read-custom-commissioning-info
branch
from
January 19, 2025 23:55
c4c9340
to
3c0b769
Compare
PR #36867: Size comparison from 593861d to 3c0b769 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
cecille
approved these changes
Jan 20, 2025
jmartinez-silabs
approved these changes
Jan 20, 2025
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.
Add support for ExtraReadPaths to CommissioningParameters
Testing
Automated functional tests added via the Darwin layer in #37118