index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
dma.c
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-03
stmhal: Clean up some header includes.
Damien George
2017-03-30
stmhal/dma: Don't include SDMMC2 struct if SDMMC2 is not available.
Damien George
2017-03-30
stmhal/sdcard: Add support for SDMMC2 on F7 MCUs.
Damien George
2017-03-28
stmhal/dma: Fix reinitialisation of DMA on F7 MCUs, following F4.
Damien George
2016-11-25
stmhal/i2c: Add support for I2C4 hardware block on F7 MCUs.
Damien George
2016-11-16
stmhal/dma: mark DMA sate as READY even if HAL_DMA_Init is skipped
Krzysztof Blazewicz
2016-11-16
stmhal/dma: precalculate register base and bitshift on handle init
Krzysztof Blazewicz
2016-11-11
stmhal/dma: De-init the DMA peripheral properly before initialising.
Damien George
2016-06-29
stmhal: Correct DMA to allow SD card on L4 MCUs.
dpslwk
2016-05-06
stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC.
Dave Hylands
2016-05-05
stmhal/dma: Make DAC DMA descriptors conditional on having a DAC.
Damien George
2016-05-05
stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series.
Tobias Badertscher
2015-12-22
stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.
Damien George
2015-11-24
stmhal: On SysTick IRQ, only process one DMA channel at a time.
Damien George
2015-11-24
stmhal: Small simplification of code to tickle DMA idle counter.
Damien George
2015-11-24
stmhal: Turn off DMA clocks when idle for 100 msec
Dave Hylands
2015-11-01
stmhal: Add symbolic #defines for interrupt levels in irq.h.
Dave Curtis
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
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