You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers/dma: stm32: Modify treatment in irq handler
Bring two changes in dma_stm32_irq_handler handling:
-Treat Half Transfer interrupt prior to Transfer Complete for the
cases were both IRQ are both raised at the time IRQ handler is called
-Clear IRQ flasg after callback is called. This is required in case
callback is being treated in DMA HAL level, in which case flags
information need to be known.
Signed-off-by: Erwan Gouriou <[email protected]>
0 commit comments