summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_sdio.c
Commit message (Expand)AuthorAgeFilesLines
* backport SDIO Fix - no busy waitingDavid Sidrane2015-01-071-1/+78
* Add "#ifdef CONFIG_ARCH_IRQPRIO" where neededAnton Babushkin2014-08-141-0/+2
* Fix a typo that disconnected the DMA range validation checker from the actual...px4dev2013-09-291-1/+1
* Add an explicit preflight call for SDIO DMA operations, since we can't error ...px4dev2013-09-081-29/+46
* Teach the STM32 SDIO driver how to determine whether a transfer can be perfor...px4dev2013-09-011-47/+61
* HACK: don't call the card-changed callback with interrupts disabled, as it me...Lorenz Meier2013-07-171-1/+2
* 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
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-2/+15
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-1185/+1207
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-79/+284
* Finish event wait logicpatacongo2009-11-171-134/+263
* Add basic data transfer logicpatacongo2009-11-171-59/+26
* Add SDIO interrupt handlingpatacongo2009-11-161-230/+655
* Addition DMA setup logicpatacongo2009-11-161-3/+9