Skip to content
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

feat (uart): uses the same IDF 32bits size for TX/RX buffers #9561

Merged
merged 4 commits into from
Apr 29, 2024

Conversation

SuGlider
Copy link
Collaborator

@SuGlider SuGlider commented Apr 24, 2024

Description of Change

This PR has 2 changes:

1- Uses the same IDF 32bits size for TX/RX buffers.

Changed header files to use the same IDF buffer limits.

2- Changes UART Log Level from events, like BREAK and parity error, etc, to Verbose, instead of Warning.

This changes backports the issue #9551 | PR #9563

Tests scenarios

CI Only.

Related links

related to #9554

Uses the same IDF 32bits size for TX/RX buffers.

Changed header files to use the same IDF buffer limits.
* this is a backport from PR #9554
UART events like BREAK or errors are now Verbose instead of Warning Level.

Backporting change from Issue #9551
Uses the same IDF 32bits size for TX/RX buffers.

Changed header files to use the same IDF buffer limits.
* this is a backport from PR #9554
Keeps Overflow /  Buffer Full log messages in Warning Level.
@P-R-O-C-H-Y P-R-O-C-H-Y added the Status: Pending Merge Pull Request is ready to be merged label Apr 25, 2024
@me-no-dev me-no-dev merged commit 5492733 into release/v2.x Apr 29, 2024
42 checks passed
@me-no-dev me-no-dev deleted the SuGlider-patch-1 branch April 29, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Peripheral: UART Status: Pending Merge Pull Request is ready to be merged
Projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants