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

tests drivers Uart async on stm32 boards requires dma channels config. #32607

Merged
merged 1 commit into from
Mar 4, 2021

Commits on Feb 23, 2021

  1. tests: drivers: uart stm32 run uart_async api on l475 disco

    This sets the dts of dma for using the uart asynch api.
    The stm32l475 has a dmamux with request 2 for Tx/Rx usart4
    The Tx&Rx pins (PA0, PA1) of the usart4 are connected
    on the disco_l475_iot1 board to pass the test.
    
    
    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    f87cf25 View commit details
    Browse the repository at this point in the history