summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32f40xxx_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-111-4/+7
* Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2012-08-101-2/+2
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2012-08-101-0/+1
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-101-2/+2
* Update all STM32 F2 files so that they are the same as the corresponding F4 f...patacongo2012-05-281-1/+1
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-221-12/+88
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-2/+5
* More STM32 SDIO DMA fixespatacongo2012-02-211-12/+45
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-44/+160
* Fix error in STM32 DMA driver stream index calculationpatacongo2012-02-191-3/+16
* Add STM32 F4 DMA framework (untested)patacongo2011-12-071-0/+662