-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Doc addition: How to compile libs with different debug level #7193
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
docs/source/guides/core_debug.rst
Outdated
Compile Arduino libs with ESP_LOGx | ||
################################## | ||
|
||
There 2 basic aproaches. Both of them involve editting file ``configs/defconfig.common``. |
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.
There are 2 primary approaches and both of them involve editing file
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.
LGTM
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.
LGTM
docs/source/guides/core_debug.rst
Outdated
|
||
Then simply build the libs for all SoCs or one specific SoC. Note that building for all SoCs takes a lot of time, so if you are working only with specific SoC(s), build only for those. | ||
|
||
|
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.
Here are two empty lines probably by typo
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.
@PilnyTomas could you fix this please?
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.
done in cb3ac63
Description of Change
docs/source/guides/core_debug.rst
explaining in detail how to modify libuilder to compile with different log level.Tests scenarios
Tested only an rst preview, but I don't know how will it actually draw on a web page.
Related links
espressif/esp32-arduino-lib-builder#79