You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ESP32] Migrate Matter tracing from Insights backend to Diagnostics backend (project-chip#37893)
* remove insights backend and enable diagnostics with light example
light example insight removal
diagnostic data delegate implementation
removed esp_insight_trace and esp_insight_stats config options
fix insight file include issue
- print memory in each timer iteration
modify enable diagnostics method as per the latest update
- move retrieve buffer to stack inside enable diagnostics method
- use map with string compare
removed insights support from energy-gateway-app
Remove insights from idf_component.yml file
Add insights delegate
Move insights init code to delegate
- Mode insights-delegate to common code
insights support in energy-management-app
update docs and readme for examples
Restyled changes
Replace diagnostics kconfig option
* Remove newly added files from the esp_trace insights backend
update diagnostics config option
* Added missing bits in examples
- addressed comments
* Restyled by clang-format
* Restyled by prettier-markdown
* Remove insights dependency from examples
* Update diagnostic config option from ESP_DIAGNOSTICS_ENABLED to CHIP_ENABLE_ESP_DIAGNOSTICS
* Address Review comments
* Restyled by clang-format
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments