summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32f40xxx_dma.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
|
* Fix to STM32 F2/F4 DMA driver from Yan T.patacongo2013-03-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5694 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-091-1/+1
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-111-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5509 42af7a65-404d-4744-a932-0658087f49c3
* Back out the last STM32 DMA priority change. It is not necessary; just ↵patacongo2012-08-101-2/+2
| | | | | | dropping the SD frequency was sufficient git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5021 42af7a65-404d-4744-a932-0658087f49c3
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ↵patacongo2012-08-101-0/+1
| | | | | | STM3240G-EVAL git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5020 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-101-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5019 42af7a65-404d-4744-a932-0658087f49c3
* Update all STM32 F2 files so that they are the same as the corresponding F4 ↵patacongo2012-05-281-1/+1
| | | | | | files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4778 42af7a65-404d-4744-a932-0658087f49c3
* Add circular DMA support to STM32 and STM32 serial driver; Add initial ↵patacongo2012-04-221-12/+88
| | | | | | configuration for the Mikroelektronika PIC32MX7 MMB board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4640 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ↵patacongo2012-02-211-2/+5
| | | | | | block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
* More STM32 SDIO DMA fixespatacongo2012-02-211-12/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4407 42af7a65-404d-4744-a932-0658087f49c3
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-44/+160
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4406 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in STM32 DMA driver stream index calculationpatacongo2012-02-191-3/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4405 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 F4 DMA framework (untested)patacongo2011-12-071-0/+662
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4142 42af7a65-404d-4744-a932-0658087f49c3