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

uart_mcux_lpuart: Enable Asynchronous UART API. #42750

Merged

Commits on Apr 8, 2022

  1. dma_mcux_edma: Fixup Scatter-Gather EDMA Mode

    This PR fixes up the Scatter-Gather EDMA mode for the MCUX EDMA Driver,
    as well as enabling the dma reload feature for the same EDMA Driver.
    
    Signed-off-by: Nickolas Lapp <nickolaslapp@gmail.com>
    NickolasLapp committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    50e64d7 View commit details
    Browse the repository at this point in the history
  2. uart_mcux_lpuart: Enable Asynchronous UART API.

    This PR enables the Ansynchronous UART API for using the MCUX drivers.
    It is tested on the RT1062EVKB.
    
    Signed-off-by: Nickolas Lapp <nickolaslapp@gmail.com>
    NickolasLapp committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a7dc108 View commit details
    Browse the repository at this point in the history