summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
Commit message (Expand)AuthorAgeFilesLines
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2
* Fix apps/netutils/webclient build problempatacongo2012-11-061-3/+3
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-063-1/+21
* Fixes for warnings from Freddie Chopinpatacongo2012-11-011-2/+4
* Email address change in nuttx/patacongo2012-09-136-344/+344
* Some error handling bugs noted by Ronen Vainishpatacongo2012-09-091-1/+3
* More Shenzhou board logicpatacongo2012-09-081-1/+1
* SD card now works on the PIC32MX7 MMB boardpatacongo2012-06-031-3/+3
* Fix some warnings and fix some simulator buildspatacongo2012-05-021-2/+2
* Kconfig updatepatacongo2012-04-131-0/+73
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-3/+3
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-231-5/+121
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-2/+2
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-151-6/+16
* Additional Kinetis SDHC fixespatacongo2011-08-221-2/+1
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-221-10/+20
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-191-3/+29
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-0/+1
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-3/+11
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-132-7/+7
* Fixes for kernel stub buildspatacongo2011-04-061-3/+4
* Incorporate changes from Uros Platisepatacongo2011-03-261-1/+5
* Add support for RAMTRON NVRAM devicespatacongo2011-03-062-2/+10
* Correct a loop termination bug in mmcsd_sdio.cpatacongo2011-03-061-1/+1
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-11/+14
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-042-5/+21
* A little more USB host logicpatacongo2010-12-151-1/+1
* LPC17xx USBDEV driver now compiles (still untested)patacongo2010-07-161-7/+7
* Add configuration to select LCD driver for NXpatacongo2010-04-171-0/+6
* SAM3U needs block infopatacongo2010-04-101-0/+5
* Add casts to eliminate warnings when sizeof(int) is 16-bitspatacongo2009-12-205-137/+140
* Eliminate some warningspatacongo2009-12-171-0/+8
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-2/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-157-558/+571
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-5/+5
* Need a cancel method to stop DMApatacongo2009-11-271-0/+3
* Fix block read/write return values; SDIO error reporting; slow down clock if ...patacongo2009-11-251-26/+60
* Fix SCR data transferpatacongo2009-11-211-3/+19
* Progress integrating SD on STM32patacongo2009-11-201-6/+15
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-15/+13
* Correct identifies v1.x SD cardpatacongo2009-11-181-15/+4
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-12/+22
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-133/+135
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-45/+110
* Finish event wait logicpatacongo2009-11-171-4/+2
* Add basic data transfer logicpatacongo2009-11-172-111/+901
* Add SDIO interrupt handlingpatacongo2009-11-161-11/+4
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-10/+14