-
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
[ESP32] Added GetThreadMetrics Implementation to DiagnosticDataProvider #36609
[ESP32] Added GetThreadMetrics Implementation to DiagnosticDataProvider #36609
Conversation
PR #36609: Size comparison from 04e6a68 to dda4740 Full report (25 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
dda4740
to
ff7f0f7
Compare
PR #36609: Size comparison from 04e6a68 to ff7f0f7 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
ff7f0f7
to
b08ae45
Compare
PR #36609: Size comparison from 0ac52eb to b08ae45 Full report (22 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, qpg, stm32, telink, tizen)
|
9ea6c7a
to
4a100df
Compare
4a100df
to
4d26618
Compare
PR #36609: Size comparison from 0ac52eb to 4d26618 Full report (22 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, qpg, stm32, telink, tizen)
|
dc44474
to
c12c3c5
Compare
PR #36609: Size comparison from 0ac52eb to c12c3c5 Full report (66 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nxp, psoc6, qpg, stm32, telink, tizen)
|
c12c3c5
to
4dd7d62
Compare
PR #36609: Size comparison from fb24b90 to 4dd7d62 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
4dd7d62
to
dd29534
Compare
PR #36609: Size comparison from e402b96 to dd29534 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
dd29534
to
4dd7d62
Compare
PR #36609: Size comparison from 5ba09fd to 4dd7d62 Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #36609: Size comparison from 5ba09fd to 40ce3da Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
40ce3da
to
e7a60f8
Compare
PR #36609: Size comparison from 879433f to e7a60f8 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
e7a60f8
to
800b061
Compare
PR #36609: Size comparison from ee1577a to 800b061 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
800b061
to
1ab36b9
Compare
PR #36609: Size comparison from 22d490a to 1ab36b9 Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…er (project-chip#36609) * esp32: implement thread metrics for software diagnostics cluster * esp32: resolve repeated return statement issue
Problem:
The DiagnosticDataProvider for the ESP32 platform lacks an implementation of the GetThreadMetrics() method.
Change Overview:
Implemented the GetThreadMetrics() and ReleaseThreadMetrics() methods in DiagnosticDataProviderImpl.cpp and DiagnosticDataProviderImpl.h.
Testing:
Successfully read thread metrics using the Software Diagnostic Cluster in the lighting-app on ESP32-C3.