-
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
Handle write on identifyTime attribute on esp32 side #13536
Merged
bzbarsky-apple
merged 2 commits into
project-chip:master
from
PSONALl:handle-identify-on-esp32
Jan 28, 2022
Merged
Handle write on identifyTime attribute on esp32 side #13536
bzbarsky-apple
merged 2 commits into
project-chip:master
from
PSONALl:handle-identify-on-esp32
Jan 28, 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 #13536: Size comparison from 5c5ab58 to e096d73 Increases (2 builds for esp32)
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Fast tracking, given platform changes by a platform maintainer. |
woody-apple
approved these changes
Jan 13, 2022
@PSONALl please restyle this PR! :) |
dhrishi
approved these changes
Jan 14, 2022
dhrishi
reviewed
Jan 14, 2022
bzbarsky-apple
requested changes
Jan 14, 2022
PSONALl
force-pushed
the
handle-identify-on-esp32
branch
from
January 17, 2022 10:09
e096d73
to
3a2111e
Compare
PR #13536: Size comparison from e4faade to 3a2111e Increases (2 builds for esp32)
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
PSONALl
force-pushed
the
handle-identify-on-esp32
branch
3 times, most recently
from
January 17, 2022 14:34
2bfdc3e
to
376e0c4
Compare
PR #13536: Size comparison from e4faade to 376e0c4 Increases (4 builds for esp32, mbed, p6)
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
bzbarsky-apple
requested changes
Jan 20, 2022
PSONALl
force-pushed
the
handle-identify-on-esp32
branch
3 times, most recently
from
January 25, 2022 10:48
d9c07d0
to
8b44da7
Compare
PSONALl
force-pushed
the
handle-identify-on-esp32
branch
from
January 25, 2022 11:00
8b44da7
to
0d0d0db
Compare
PSONALl
force-pushed
the
handle-identify-on-esp32
branch
from
January 25, 2022 11:02
0d0d0db
to
74079f3
Compare
PR #13536: Size comparison from e169fcf to 74079f3 Increases (2 builds for esp32)
Full report (33 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Fast tracking, given > 3 days for review. |
PSONALl
force-pushed
the
handle-identify-on-esp32
branch
from
January 28, 2022 04:46
a8dbbbd
to
bc38ae9
Compare
PR #13536: Size comparison from 92f8343 to bc38ae9 Increases (2 builds for esp32)
Full report (33 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
bzbarsky-apple
approved these changes
Jan 28, 2022
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.
What is being fixed?
Handled attribute write command for identifyTime attribute on esp32 side in all-clusters-app
Change overview
Added OnIdentifyAttributeChangeCallback in DeviceCallbacks.cpp
Testing