-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Prevents the buffer size from changing while the UART is active. #10181
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
Prevents the buffer size from changing while the UART is active. #10181
Conversation
👋 Hello rowingdude, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files 56 suites 5m 2s ⏱️ For more details on these failures, see this check. Results for commit 0fc9a55. |
This is just a quality of code improvement. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
and how is this a code with higher quality? |
This change returns the buffer size rather than 0, the goal is to keep the buffer from changing its size while we're using the UART functionality.
Description of Change
Please describe your proposed Pull Request and it's impact.
Tests scenarios
Please describe on what Hardware and Software combinations you have tested this Pull Request and how.
(eg. I have tested my Pull Request on Arduino-esp32 core v2.0.2 with ESP32 and ESP32-S2 Board with this scenario)
Related links
Please provide links to related issue, PRs etc.
(eg. Closes #number of issue)