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: xmc4xxx_uart: Delay service request/transmit interrupt until byte is sent out #77842

Merged
merged 1 commit into from
Nov 16, 2024

Conversation

talih0
Copy link
Contributor

@talih0 talih0 commented Aug 31, 2024

Generate the Tx service request after the symbol is shifted out of the UART. This is useful when the UART is connected to an RS485 transducer which has a separate transmit enable gpio/line. Hence it's important to know when the transmission actually finishes so that the drive enable line can be disabled.

@talih0 talih0 requested a review from parthitce as a code owner August 31, 2024 14:05
@zephyrbot zephyrbot added platform: Infineon Infineon Technologies AG area: UART Universal Asynchronous Receiver-Transmitter labels Aug 31, 2024
Generate the Tx service request after the symbol is shifted out of the
UART. This is useful when the UART is connected to an RS485 transducer
which has a separate transmit enable gpio/line. Hence it's important
to know when the transmission actually finishes so that the drive
enable line can be disabled.

Signed-off-by: Andriy Gelman <[email protected]>
Copy link

github-actions bot commented Nov 3, 2024

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Nov 3, 2024
@dcpleung dcpleung removed the Stale label Nov 4, 2024
@nashif nashif merged commit 041f982 into zephyrproject-rtos:main Nov 16, 2024
24 checks passed
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 platform: Infineon Infineon Technologies AG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants