summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the ...Gregory Nutt2015-02-211-0/+0
* MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous...Gregory Nutt2015-01-081-15/+93
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-3/+3
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRI...Gregory Nutt2014-04-281-1/+3
* STM32 dmapreflight method must be conditioned on CONFIG_SDIO_PREFLIGHT. From...Gregory Nutt2014-04-251-1/+9
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-221-3/+3
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-2/+2
* Changes to stm32_dmacapable interfaces from Mike SmithGregory Nutt2013-10-181-69/+105
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-3/+3
* #17 Fix if CONFIG_SDIO_BLOCKSETUP defined, OS will crash. From CCTSAOGregory Nutt2013-08-261-0/+3
* STM32 SDIO driver: Add supported for data block end (DBCKEND) interrupt. Fro...Gregory Nutt2013-07-081-5/+6
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-1/+1
* Back out the last STM32 SDIO DMA change. It is incorrectpatacongo2012-09-041-43/+4
* STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo2012-09-041-4/+45
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-1/+1
* SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo2012-07-241-31/+37
* Add peripheral support for the STM32 F2 familypatacongo2012-03-101-4/+4
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-20/+1
* Fix SDIO DMA (finally)patacongo2012-02-211-1/+1
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-211-9/+26
* More STM32 SDIO DMA fixespatacongo2012-02-211-1/+20
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-13/+58
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-191-8/+50
* Fix some bad SDIO debug instrumentationpatacongo2011-12-171-6/+15
* Fix bugs in STM32 SDHC and I2C driverspatacongo2011-10-051-0/+2
* More Kinetis SDHC fixespatacongo2011-08-231-2/+0
* Additional Kinetis SDHC fixespatacongo2011-08-221-2/+2
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-221-2/+3
* Very initial SDHC driver for Kinetis partspatacongo2011-08-211-3/+3
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-191-0/+43
* Correct FAT long file name padding characterpatacongo2011-07-181-1/+1
* Fix a problem with STM32 SDIO DMA.patacongo2011-07-171-18/+62
* Add support for RAMTRON NVRAM devicespatacongo2011-03-061-5/+9
* Fix HSMCI command and wait logicpatacongo2010-04-101-1/+1
* Fixes for recent header file reorganizationpatacongo2009-12-291-0/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-168/+169
* SDIO now workspatacongo2009-11-291-23/+37
* Extend SDIO debug instrumentationpatacongo2009-11-281-44/+189
* Fix compile errors with DMA debug offpatacongo2009-11-281-3/+5
* Less intrusive DMA debugpatacongo2009-11-271-2334/+2466
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-261-7/+24
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-33/+21
* Fix problems when DMA2 is enabledpatacongo2009-11-211-3/+12
* Fix SCR data transferpatacongo2009-11-211-2/+3
* Progress integrating SD on STM32patacongo2009-11-201-14/+30
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-1/+1
* Correct identifies v1.x SD cardpatacongo2009-11-181-87/+89