-
Notifications
You must be signed in to change notification settings - Fork 7.7k
fix(component): Use external diag logs to avoid error #11661
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
Conversation
👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Description of Change
This pull request introduces a configuration change to enable external log wrapping for diagnostics across multiple example projects. The change is consistent across the affected files and aims to standardize diagnostic logging.
Configuration updates for diagnostics:
CONFIG_DIAG_USE_EXTERNAL_LOG_WRAP=y
to enable external log wrapping for diagnostics in the following example projects:idf_component_examples/esp_matter_light/sdkconfig.defaults
idf_component_examples/hello_world/sdkconfig.defaults
idf_component_examples/hw_cdc_hello_world/sdkconfig.defaults
Tests scenarios
Tested using Hello_world example, when Wi-Fi is included the compilation was broken before this fix.
Related links
Closes #11634