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
/
stmhal
/
dma.h
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-03-30
stmhal/sdcard: Add support for SDMMC2 on F7 MCUs.
Damien George
2016-11-25
stmhal/i2c: Add support for I2C4 hardware block on F7 MCUs.
Damien George
2016-06-29
stmhal: Correct DMA to allow SD card on L4 MCUs.
dpslwk
2016-05-05
stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series.
Tobias Badertscher
2015-12-16
stmhal: Extend SPI support to fully support all SPI devices on STM32F429.
Tobias Badertscher
2015-12-02
stmhal: Put all DMA channel & stream definitions in dma.h
Dave Hylands
2015-11-24
stmhal: On SysTick IRQ, only process one DMA channel at a time.
Damien George
2015-11-24
stmhal: Turn off DMA clocks when idle for 100 msec
Dave Hylands
2015-06-24
stmhal/dma.c: Modify dma_init() to accept init struct as an argument
blmorris
2015-06-10
stmhal: Factor out DMA initialisation code from spi.c.
Damien George