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

Revert "drivers: serial: ns16550: Add support for Async APIs" #58872

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

dcpleung
Copy link
Member

@dcpleung dcpleung commented Jun 5, 2023

This reverts commit 2d03aaf.

The async API for NS16550 is incomplete. We are near the next release so it is better to revert it for now, and a proper correct implementation can be done before next-next release.

Relates to #57103

This reverts commit 2d03aaf.

The async API for NS16550 is incomplete. We are near the next
release so it is better to revert it for now, and a proper
correct implementation can be done before next-next release.

Relates to zephyrproject-rtos#57103

Signed-off-by: Daniel Leung <[email protected]>
@dcpleung
Copy link
Member Author

dcpleung commented Jun 5, 2023

I don't have proper hardware to test this so I cannot even start to fix the driver.

@dcpleung dcpleung marked this pull request as ready for review June 5, 2023 23:36
@dcpleung dcpleung requested a review from aasthagr as a code owner June 5, 2023 23:36
@zephyrbot zephyrbot added the area: UART Universal Asynchronous Receiver-Transmitter label Jun 5, 2023
@nashif nashif merged commit d88840a into zephyrproject-rtos:main Jun 13, 2023
@dcpleung dcpleung deleted the uart/revert_ns16550_async branch June 13, 2023 16:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drivers: serial: ns16550: test uart async failed due to undefined structure
4 participants