-
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
time synchronization cluster XML update #26332
Merged
andy31415
merged 2 commits into
project-chip:master
from
fessehaeve:pull-request/time-synchronization-xml
May 8, 2023
Merged
time synchronization cluster XML update #26332
andy31415
merged 2 commits into
project-chip:master
from
fessehaeve:pull-request/time-synchronization-xml
May 8, 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
pullapprove
bot
requested review from
amitnj,
andy31415,
anush-apple,
arkq,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
joonhaengHeo,
jtung-apple,
kkasperczyk-no and
ksperling-apple
May 2, 2023 14:55
fessehaeve
force-pushed
the
pull-request/time-synchronization-xml
branch
from
May 2, 2023 16:25
c18b8e4
to
e9224ac
Compare
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
PR #26332: Size comparison from 7be1954 to e9224ac Increases above 0.2%:
Increases (15 builds for bl602, bl702, cc32xx, efr32, k32w, linux, qpg)
Full report (17 builds for bl602, bl702, cc32xx, efr32, k32w, linux, mbed, qpg)
|
fessehaeve
force-pushed
the
pull-request/time-synchronization-xml
branch
from
May 3, 2023 08:17
ebc26ff
to
590c0b9
Compare
PR #26332: Size comparison from 3902c35 to 590c0b9 Increases above 0.2%:
Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
ReneJosefsen
reviewed
May 3, 2023
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
ReneJosefsen
reviewed
May 3, 2023
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
ReneJosefsen
reviewed
May 3, 2023
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Outdated
Show resolved
Hide resolved
ReneJosefsen
reviewed
May 3, 2023
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
ReneJosefsen
reviewed
May 3, 2023
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
ReneJosefsen
reviewed
May 3, 2023
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
bzbarsky-apple
approved these changes
May 3, 2023
PR #26332: Size comparison from 3902c35 to c52cc89 Increases above 0.2%:
Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
ReneJosefsen
approved these changes
May 3, 2023
cecille
approved these changes
May 3, 2023
added attribute access interface handled attributes GNSS Co-authored-by: Boris Zbarsky <[email protected]> TrustedTimeSource is optional with TSC feature Co-authored-by: Boris Zbarsky <[email protected]> SetUTCTime Co-authored-by: Boris Zbarsky <[email protected]> SetTrustedTimeSource is optional Co-authored-by: Boris Zbarsky <[email protected]> UTCTime Co-authored-by: Boris Zbarsky <[email protected]> TimeZoneDatabase default 2 (None) MissingTrustedTimeSource is optional regenerate code update default values
fessehaeve
force-pushed
the
pull-request/time-synchronization-xml
branch
from
May 5, 2023 12:36
c52cc89
to
c843519
Compare
PR #26332: Size comparison from 3d21708 to c843519 Increases above 0.2%:
Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
src/app/zap-templates/zcl/data-model/chip/time-synchronization-cluster.xml
Show resolved
Hide resolved
Signed-off-by: Fesseha <[email protected]>
bzbarsky-apple
approved these changes
May 8, 2023
andy31415
approved these changes
May 8, 2023
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this pull request
May 8, 2023
This aims to as much as possible undo the changes from project-chip#26332 to Darwin generated code, by listing the set of renames and then marking almost all the new names provisional. The two exceptions are: 1) The attributes that got renamed, for which the codegen sets the old id constants equal to the new id constants, so we have to generate the new id constants. 2) The nullability change for validUntil in DSTOffsetStruct, which we have no way to make conditional based on availability.
yufengwangca
pushed a commit
that referenced
this pull request
May 9, 2023
…es. (#26436) This aims to as much as possible undo the changes from #26332 to Darwin generated code, by listing the set of renames and then marking almost all the new names provisional. The two exceptions are: 1) The attributes that got renamed, for which the codegen sets the old id constants equal to the new id constants, so we have to generate the new id constants. 2) The nullability change for validUntil in DSTOffsetStruct, which we have no way to make conditional based on availability.
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.
Update to the Time Synchronisation cluster XML.
This is a break-down of #26082