summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problems when DMA2 is enabledpatacongo2009-11-211-0/+12
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-2/+2
* SPI DMA design simplificationpatacongo2009-10-171-4/+29
* A little more SPI DMA support (still incomplete)patacongo2009-10-161-3/+9
* Add function to 1) wait for a free channel, and 2) free a DMA channelpatacongo2009-10-161-32/+61
* Fix DMA channel mappingpatacongo2009-10-161-61/+30
* First cut at DMA codepatacongo2009-10-161-2/+357
* Add structure for future DMA supportpatacongo2009-10-161-0/+84