Skip to content
Commit 67d2281f authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Benjamin Cabé
Browse files

drivers: stm32: Keep DMA stream offset handling internal to driver



In HAL based stm32 drivers, dma handling is done internally to HAL.
Though, in order to avoid a dma_config() call is done to ensure stream
will be set as busy in zephyr dma driver to avoid potential resource
sharing conflict.
This dma_config() call was done while taking into account
STM32_DMA_STREAM_OFFSET, which is wrong as it will prevent zephyr dma
driver to set the right stream as busy.
Fix this in impacted drivers.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@st.com>
parent db1d31e9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment