aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/dma.c
AgeCommit message (Expand)Author
2020-06-02stm32/dma: Add support for DMA on STM32WB, with SPI settings provided.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-03-25all: Remove spaces between nested paren and inside function arg paren.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-09-03stm32/dma: Fix DMA config for L0 MCUs.Jim Mussared
2019-07-25stm32/dma: Fix re-start of DMA stream by clearing all event flags.Damien George
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-05-15stm32/dma: Always reset and configure the H7 DMA peripheral.iabdalkader
2019-05-13stm32/dma: Initialise all members of DMA structs for H7 MCUs.iabdalkader
2019-04-24stm32/dac: Rework DAC driver to use direct register access.Damien George
2019-04-01stm32: Add support for MMC driver, exposed via pyb.MMCard class.Damien George
2019-04-01stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.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-16stm32/dma: Get DMA working on F0 MCUs.Damien George
2018-09-11stm32/sdcard: Use only a single DMA stream for both SDIO TX/RX.Damien George
2018-09-11stm32/dma: Reinitialise the DMA if the direction changed on the channel.Damien George
2018-09-11stm32/dma: Pass DMA direction as parameter to dma_init not in cfg structDamien George
2018-08-10stm32/dma: Fix spelling of "corresponding" in two locations.David Lechner
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