zephyr/tests/drivers/uart
Francois Ramu 6ff19d77ce tests: drivers: use stm32 dma driver binding macro to configure channel
Use the macro as defined by the
include/zephyr/dt-bindings/dma/stm32_dma.h to configure the
dma channel.
Use the STM32_DMA_PERIPH_TX or STM32_DMA_PERIPH_RX value.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2023-01-23 09:15:21 -06:00
..
uart_async_api tests: drivers: use stm32 dma driver binding macro to configure channel 2023-01-23 09:15:21 -06:00
uart_basic_api tests: Tag uart tests as uart 2023-01-10 18:29:35 -05:00
uart_mix_fifo_poll
uart_pm