Skip to content

Conversation

mmahadevan108
Copy link
Contributor

@mmahadevan108 mmahadevan108 commented Sep 19, 2025

ASYNCH implementation in the NXP LPUART driver requires DMA. Add a conditional check to enable this feature only when DMA is neabled.

Fixes #96158

decsny
decsny previously requested changes Sep 19, 2025
@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: UART Universal Asynchronous Receiver-Transmitter platform: NXP Drivers NXP Semiconductors, drivers labels Sep 19, 2025
The dma has to be enabled on the platform in order for ASYNC API to
work. This can be indicated by whether or not any LPUART node has the
`dmas` property set.

Signed-off-by: Declan Snyder <[email protected]>
@decsny decsny dismissed their stale review September 19, 2025 21:13

I pushed to the PR branch, to fix my own change request

@decsny decsny added the Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. label Sep 19, 2025
Copy link

@kartben kartben merged commit a683686 into zephyrproject-rtos:main Sep 20, 2025
28 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 Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. platform: NXP Drivers NXP Semiconductors, drivers size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: samples/drivers/uart/async_api: NXP Lpuart platforms build failure
7 participants