-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[ICD] Add Check-In payload generation #27615
Merged
jepenven-silabs
merged 10 commits into
project-chip:master
from
jepenven-silabs:icd_checkin_protocol
Sep 1, 2023
Merged
[ICD] Add Check-In payload generation #27615
jepenven-silabs
merged 10 commits into
project-chip:master
from
jepenven-silabs:icd_checkin_protocol
Sep 1, 2023
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
jepenven-silabs
force-pushed
the
icd_checkin_protocol
branch
from
July 4, 2023 17:49
a81f63d
to
1ee3b91
Compare
pullapprove
bot
requested review from
amitnj,
anush-apple,
arkq,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
CodeChronos928,
Damian-Nordic,
dhrishi,
electrocucaracha,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jmartinez-silabs,
jmeg-sfy,
joonhaengHeo,
jtung-apple,
kcoppock,
kkasperczyk-no,
ksperling-apple,
lazarkov and
lpbeliveau-silabs
July 4, 2023 17:49
PR #27615: Size comparison from 9a35c44 to 5810c3b Increases (18 builds for bl702, bl702l, cc32xx, cyw30739, esp32, psoc6, telink)
Decreases (12 builds for bl702, cc32xx, psoc6, telink)
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
jepenven-silabs
force-pushed
the
icd_checkin_protocol
branch
from
August 29, 2023 17:34
5810c3b
to
510faf1
Compare
PR #27615: Size comparison from 5e09d74 to 510faf1 Increases (10 builds for bl702, bl702l, cc32xx, psoc6)
Decreases (8 builds for bl702, cc32xx, efr32, psoc6)
Full report (62 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
jepenven-silabs
force-pushed
the
icd_checkin_protocol
branch
from
August 30, 2023 14:22
03441e9
to
0c4f754
Compare
PR #27615: Size comparison from 990bcea to 0c4f754 Increases (11 builds for bl702, bl702l, cc32xx, psoc6, telink)
Decreases (5 builds for bl702, bl702l, efr32)
Full report (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
bzbarsky-apple
approved these changes
Aug 30, 2023
jepenven-silabs
force-pushed
the
icd_checkin_protocol
branch
from
August 31, 2023 12:18
3e51a2a
to
0ac294f
Compare
PR #27615: Size comparison from 2991c76 to 0ac294f Increases (10 builds for bl702, bl702l, cc32xx, psoc6)
Decreases (7 builds for bl702l, cc32xx, efr32, psoc6)
Full report (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
jepenven-silabs
force-pushed
the
icd_checkin_protocol
branch
from
September 1, 2023 00:26
0ac294f
to
8bd1b14
Compare
PR #27615: Size comparison from 9db615b to 8bd1b14 Increases (10 builds for bl702, bl702l, cc32xx, psoc6)
Decreases (9 builds for bl702, bl702l, cc32xx, efr32, psoc6, telink)
Full report (67 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
abpoth
pushed a commit
to abpoth/connectedhomeip
that referenced
this pull request
Sep 12, 2023
* Add Check-In payload generation * Applied PR comments * Fix last comment * address comments * address comments * fix comments * fix payload representation type * Fix OpenIotSDK failure * fix last test issue
HunsupJung
pushed a commit
to HunsupJung/connectedhomeip
that referenced
this pull request
Oct 23, 2023
* Add Check-In payload generation * Applied PR comments * Fix last comment * address comments * address comments * fix comments * fix payload representation type * Fix OpenIotSDK failure * fix last test issue
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.
Implement the Check-In payload generation as described in the spec section 4.18 Check-In Protocol.
fixes #27102