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

drivers: serial: bt: Make TX flush non-deferrable #70669

Merged

Conversation

ubieda
Copy link
Member

@ubieda ubieda commented Mar 25, 2024

As a follow-up to #69881, based on feedback. This change prevents postponing data flush until filling fifo. Now the flush will occur at the scheduled time, regardless of subsequent poll_out reqs.

To prevent postponing data flush until filling fifo. Now the flush will
occur at the scheduled time, regardless of subsequent poll_out reqs.

Signed-off-by: Luis Ubieda <[email protected]>
@ubieda ubieda marked this pull request as ready for review March 25, 2024 14:42
@zephyrbot zephyrbot added Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. area: UART Universal Asynchronous Receiver-Transmitter labels Mar 25, 2024
@zephyrbot zephyrbot requested a review from dcpleung March 25, 2024 14:42
@ubieda
Copy link
Member Author

ubieda commented Mar 25, 2024

FYI - @jori-nordic @alwa-nordic one of the follow-ups on #69881.

@nashif nashif merged commit f643f3a into zephyrproject-rtos:main Apr 4, 2024
27 checks passed
@ubieda ubieda deleted the fix/uart_bt/non-deferrable-tx-flush branch April 4, 2024 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: UART Universal Asynchronous Receiver-Transmitter Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants