-
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
Icd handler #30731
Icd handler #30731
Conversation
PR #30731: Size comparison from 1c93935 to 14bf5be Full report (56 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from 1c93935 to a0d4ac0 Increases above 0.2%:
Increases (8 builds for cc32xx, mbed, nrfconnect, qpg)
Full report (8 builds for cc32xx, mbed, nrfconnect, qpg)
|
PR #30731: Size comparison from 1c93935 to a08e6f6 Increases above 0.2%:
Increases (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
Decreases (8 builds for linux, psoc6, telink)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from f39e6c3 to 00a37b8 Decreases (1 build for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from 2a4a2ca to e6b7041 Decreases (1 build for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from 2a4a2ca to d792831 Full report (2 builds for cc32xx)
|
PR #30731: Size comparison from 2a4a2ca to d8af437 Full report (8 builds for cc32xx, mbed, nrfconnect, qpg)
|
PR #30731: Size comparison from 2a4a2ca to 74ffd3c Full report (8 builds for cc32xx, mbed, nrfconnect, qpg)
|
PR #30731: Size comparison from 2a4a2ca to cc3fb6c Decreases (1 build for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from 2a4a2ca to 5682c14 Full report (5 builds for cc32xx, mbed, qpg)
|
PR #30731: Size comparison from 2a4a2ca to 2102751 Full report (5 builds for cc32xx, mbed, qpg)
|
PR #30731: Size comparison from 2a4a2ca to 53ecde4 Decreases (1 build for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from 2a4a2ca to 959d4b8 Decreases (1 build for efr32)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from 2a4a2ca to c691956 Increases (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
Decreases (5 builds for bl702l, linux)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #30731: Size comparison from 2a4a2ca to 44f6c25 Increases (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
Decreases (5 builds for bl702l, linux)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
src/app/icd/client/CheckInDelegate.h
Outdated
{ | ||
public: | ||
virtual ~CheckInDelegate() {} | ||
virtual void OnCheckInComplete(void) = 0; |
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.
Makes sense.
Initializes ICD handler to handle and parse check in messages from the server.
Fixes #28232