summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_dma.c
Commit message (Expand)AuthorAgeFilesLines
* STM32L15X UART, DMA, and heap initialization supportGregory Nutt2013-05-191-1/+2
* Fixes for STM32 F3 GPIO, pinmap, DMA, and heap allocationpatacongo2013-02-071-2/+2
* Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo2012-04-221-1/+1
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-0/+2
* Add STM32 F4 DMA framework (untested)patacongo2011-12-071-545/+13
* More changes for STM3240 buildpatacongo2011-11-221-0/+5
* Update DMA header file for the STM32F40xxxpatacongo2011-11-201-1/+1
* Add Uros' RCC actitivity counter to STM32 idle looppatacongo2011-08-201-0/+0
* Fixes for recent header file reorganizationpatacongo2009-12-291-2/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-15/+16
* Extend SDIO debug instrumentationpatacongo2009-11-281-6/+6
* Less intrusive DMA debugpatacongo2009-11-271-21/+54
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-261-45/+137
* 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