summaryrefslogtreecommitdiff
path: root/ports/stm32/dma.c
AgeCommit message (Expand)Author
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-04stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-05-02stm32/dma: Always deinit/reinit DMA channels on L4 MCUs.Peter D. Gray
2018-04-10stm32/dac: Add support for H7 MCUs.iabdalkader
2018-03-28stm32/dma: Remove H7 SDMMC DMA descriptors.iabdalkader
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-09stm32/dma: Add DMA support for H7 MCUs.iabdalkader
2018-02-13stm32: Update HAL macro and constant names to use newer versions.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George