summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
Commit message (Expand)AuthorAgeFilesLines
* (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
* Eliminate some warningspatacongo2009-11-151-93/+94
* Add logic to handle card insertion/removal eventspatacongo2009-11-151-9/+181
* Add SD card initialization logicpatacongo2009-11-152-45/+424
* Add CSD decode logicpatacongo2009-11-143-30/+361
* Missing breaks in switchpatacongo2009-11-141-6/+13
* Add MMC configuration logicpatacongo2009-11-142-57/+405
* Need to use poll-waitingpatacongo2009-11-131-6/+39
* Add IOCTLs and card identification logicpatacongo2009-11-132-17/+590
* Incremental progress on STM32 MMCSD driverpatacongo2009-11-112-2/+73
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-1/+1
* Rename mmcsd.c to mmcsd_sdio.cpatacongo2009-11-112-2/+2
* Separate SDIO interface from MMCSDpatacongo2009-11-101-4/+5
* Fix errors/warnings reported by eZ80 compilerpatacongo2009-11-061-3/+13