aboutsummaryrefslogtreecommitdiff
path: root/stmhal/dma.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-03stmhal: Clean up some header includes.Damien George
2017-03-30stmhal/dma: Don't include SDMMC2 struct if SDMMC2 is not available.Damien George
2017-03-30stmhal/sdcard: Add support for SDMMC2 on F7 MCUs.Damien George
2017-03-28stmhal/dma: Fix reinitialisation of DMA on F7 MCUs, following F4.Damien George
2016-11-25stmhal/i2c: Add support for I2C4 hardware block on F7 MCUs.Damien George
2016-11-16stmhal/dma: mark DMA sate as READY even if HAL_DMA_Init is skippedKrzysztof Blazewicz
2016-11-16stmhal/dma: precalculate register base and bitshift on handle initKrzysztof Blazewicz
2016-11-11stmhal/dma: De-init the DMA peripheral properly before initialising.Damien George
2016-06-29stmhal: Correct DMA to allow SD card on L4 MCUs.dpslwk
2016-05-06stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC.Dave Hylands
2016-05-05stmhal/dma: Make DAC DMA descriptors conditional on having a DAC.Damien George
2016-05-05stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series.Tobias Badertscher
2015-12-22stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George
2015-11-24stmhal: On SysTick IRQ, only process one DMA channel at a time.Damien George
2015-11-24stmhal: Small simplification of code to tickle DMA idle counter.Damien George
2015-11-24stmhal: Turn off DMA clocks when idle for 100 msecDave Hylands
2015-11-01stmhal: Add symbolic #defines for interrupt levels in irq.h.Dave Curtis
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-06-24stmhal/dma.c: Modify dma_init() to accept init struct as an argumentblmorris
2015-06-10stmhal: Factor out DMA initialisation code from spi.c.Damien George