15 Commits (5d2279bec12da4da62e38544608198b57a47efd2)

Author SHA1 Message Date
Krzysztof Blazewicz dc1ac5dc3a stmhal/dma: mark DMA sate as READY even if HAL_DMA_Init is skipped 8 years ago
Krzysztof Blazewicz 63ca7a211a stmhal/dma: precalculate register base and bitshift on handle init 8 years ago
Damien George e6da6a720f stmhal/dma: De-init the DMA peripheral properly before initialising. 8 years ago
dpslwk b03df60f32 stmhal: Correct DMA to allow SD card on L4 MCUs. 8 years ago
Dave Hylands cbbeb786d7 stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC. 9 years ago
Damien George 05d1664981 stmhal/dma: Make DAC DMA descriptors conditional on having a DAC. 9 years ago
Tobias Badertscher e64032d6fd stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series. 9 years ago
Damien George 401af50dc0 stmhal: Add pyb.irq_stats() to get statistics about IRQ calls. 10 years ago
Damien George 22bd23114a stmhal: On SysTick IRQ, only process one DMA channel at a time. 9 years ago
Damien George 522d454e34 stmhal: Small simplification of code to tickle DMA idle counter. 9 years ago
Dave Hylands b677f03407 stmhal: Turn off DMA clocks when idle for 100 msec 9 years ago
Dave Curtis 32b3549cce stmhal: Add symbolic #defines for interrupt levels in irq.h. 9 years ago
Dave Hylands ea8bf81058 stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. 9 years ago
blmorris c5175526dd stmhal/dma.c: Modify dma_init() to accept init struct as an argument 10 years ago
Damien George 3d30d605f5 stmhal: Factor out DMA initialisation code from spi.c. 10 years ago