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: lpuart: Fix async configure #72955

Merged

Conversation

decsny
Copy link
Member

@decsny decsny commented May 17, 2024

Fix async configure function not being called
when the irq driven api is not used, which
both causes a build warning and would not
work at runtime.

Fixes #72308

Fix async configure function not being called
when the irq driven api is not used, which
both causes a build warning and would not
work at runtime.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
@decsny decsny added bug The issue is a bug, or the PR is fixing a bug Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. platform: NXP Drivers NXP Semiconductors, drivers labels May 17, 2024
@zephyrbot zephyrbot added the area: UART Universal Asynchronous Receiver-Transmitter label May 17, 2024
@jhedberg jhedberg merged commit 938050c into zephyrproject-rtos:main May 18, 2024
32 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 bug The issue is a bug, or the PR is fixing a bug Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. platform: NXP Drivers NXP Semiconductors, drivers 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.

tests: lpuart: uart_async_api: build failure for mimxrt10xx series
6 participants