aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/dma.h
AgeCommit message (Expand)Author
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-08stm32: Add support for STM32L452 MCUs.Chris Mason
2019-07-05stm32: Add initial support for STM32L0xx MCUs.Damien George
2019-04-24stm32/dac: Rework DAC driver to use direct register access.Damien George
2019-02-08stm32/systick: Make periodic systick callbacks use a cyclic func table.Damien George
2018-09-21stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.Andrew Leech
2018-09-11stm32/sdcard: Use only a single DMA stream for both SDIO TX/RX.Damien George
2018-09-11stm32/dma: Pass DMA direction as parameter to dma_init not in cfg structDamien George
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-03-20stm32/dma: Enable H7 DMA descriptors.iabdalkader
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George