| commit | bc8eb83c368492669752e72cdc576178f34952fe | [log] [tgz] |
|---|---|---|
| author | Alain Volmat <alain.volmat@foss.st.com> | Sat Oct 18 13:22:25 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 20 19:15:44 2025 -0400 |
| tree | 0d15a4c68ff305732897d5f6f6bf92a8a0d47a2c | |
| parent | 110c61bfea11babfbc5ec0b5fdcd402670a1a423 [diff] |
drivers: dma: stm32: avoid clear flags if hal_override on unexpected irq In case of using HAL_OVERRIDE, avoid clearing the FIFO ERROR flag before calling the HAL DMA IrqHandler so that the HAL DMA code handling can be used. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>