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.h
Age
Commit message (
Expand
)
Author
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-04-24
stm32/dac: Rework DAC driver to use direct register access.
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-11
stm32/sdcard: Use only a single DMA stream for both SDIO TX/RX.
Damien George
2018-09-11
stm32/dma: Pass DMA direction as parameter to dma_init not in cfg struct
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-03-20
stm32/dma: Enable H7 DMA descriptors.
iabdalkader
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George