mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
c888c103c2
As implmented, dma_resume assumed that transfers widths were 1 byte and that the memory address incrmenting was always on and periphial address incrementing always off. This resulted in memory corruption anytime these assumptions were not true and a dma was resumed. The DMA module allows intitiating transfers that did not meet these assumption. This patch adds proper handling inside dma_resume to safely resume any transfer. Clearifications and errors are added/fixed in the module's header file. Also, a few constants are removed from the gobal namespace. |
||
---|---|---|
.. | ||
bootloader | ||
dist | ||
include | ||
kconfigs | ||
ldscripts | ||
periph | ||
stmclk | ||
vectors | ||
cpu_common.c | ||
cpu_init.c | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.cmsis | ||
Makefile.default | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
stm32_info.mk | ||
stm32_line.mk | ||
stm32_mem_lengths.mk | ||
stm32_riotboot.mk | ||
stm32.config |