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

Stm32: implement async flush for UART #3379

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qwerty19106
Copy link
Contributor

  1. It implement non-blocking async flush for UART by enable Transmission complete interrupt.
  2. It consist fix for half-duplex: either tx or rx can be enabled one moment. The fix(stm32): disable transmitter during during half-duplex flush #3299 can be closed after merging it, because flush should get non-mutable reference. Flush should wait only, no more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant