-
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
[IM] Move ReadClient callbacks to separate callback class #10963
[IM] Move ReadClient callbacks to separate callback class #10963
Conversation
445f090
to
88dfae4
Compare
PR #10963: Size comparison from 4ab05ae to 88dfae4 16 builds (for k32w, linux, p6, qpg, telink)
4 builds (for efr32)
4 builds (for mbed)
12 builds (for esp32, nrfconnect)
|
Size increase report for "gn_qpg-example-build" from 4ab05ae
Full report output
|
Size increase report for "esp32-example-build" from 4ab05ae
Full report output
|
Size increase report for "nrfconnect-example-build" from 4ab05ae
Full report output
|
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.
Oh, and please fix the typo in the commit message (not just in the PR title); should be "separate".
88dfae4
to
8872e58
Compare
PR #10963: Size comparison from 36329e1 to 8872e58 Increases (24 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Decreases (29 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (37 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@Damian-Nordic @saurabhst @msandstedt PTAL thanks |
fast track: several day old PR, created by domain owner with separate approval from another domain owner. General refactor of code. |
Problem
Fixes #10573
Move read / subscribe related callbacks to seperate class.
Change overview
Testing