index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
dma.c
Age
Commit message (
Expand
)
Author
2020-06-02
stm32/dma: Add support for DMA on STM32WB, with SPI settings provided.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-09-03
stm32/dma: Fix DMA config for L0 MCUs.
Jim Mussared
2019-07-25
stm32/dma: Fix re-start of DMA stream by clearing all event flags.
Damien George
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-08
stm32: Add support for STM32L452 MCUs.
Chris Mason
2019-07-05
stm32: Add initial support for STM32L0xx MCUs.
Damien George
2019-05-15
stm32/dma: Always reset and configure the H7 DMA peripheral.
iabdalkader
2019-05-13
stm32/dma: Initialise all members of DMA structs for H7 MCUs.
iabdalkader
2019-04-24
stm32/dac: Rework DAC driver to use direct register access.
Damien George
2019-04-01
stm32: Add support for MMC driver, exposed via pyb.MMCard class.
Damien George
2019-04-01
stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.
Damien George
2019-02-08
stm32/systick: Make periodic systick callbacks use a cyclic func table.
Damien George
2018-09-21
stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.
Andrew Leech
2018-09-16
stm32/dma: Get DMA working on F0 MCUs.
Damien George
2018-09-11
stm32/sdcard: Use only a single DMA stream for both SDIO TX/RX.
Damien George
2018-09-11
stm32/dma: Reinitialise the DMA if the direction changed on the channel.
Damien George
2018-09-11
stm32/dma: Pass DMA direction as parameter to dma_init not in cfg struct
Damien George
2018-08-10
stm32/dma: Fix spelling of "corresponding" in two locations.
David Lechner
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-04
stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h.
Damien George
2018-05-02
stm32/irq: Define IRQ priorities directly as encoded hardware values.
Damien George
2018-05-02
stm32/dma: Always deinit/reinit DMA channels on L4 MCUs.
Peter D. Gray
2018-04-10
stm32/dac: Add support for H7 MCUs.
iabdalkader
2018-03-28
stm32/dma: Remove H7 SDMMC DMA descriptors.
iabdalkader
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-09
stm32/dma: Add DMA support for H7 MCUs.
iabdalkader
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George