summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
Commit message (Collapse)AuthorAgeFilesLines
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5346 42af7a65-404d-4744-a932-0658087f49c3
* Fix apps/netutils/webclient build problempatacongo2012-11-061-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5317 42af7a65-404d-4744-a932-0658087f49c3
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-063-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5316 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for warnings from Freddie Chopinpatacongo2012-11-011-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5294 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-136-344/+344
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Some error handling bugs noted by Ronen Vainishpatacongo2012-09-091-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5122 42af7a65-404d-4744-a932-0658087f49c3
* More Shenzhou board logicpatacongo2012-09-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5111 42af7a65-404d-4744-a932-0658087f49c3
* SD card now works on the PIC32MX7 MMB boardpatacongo2012-06-031-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4799 42af7a65-404d-4744-a932-0658087f49c3
* Fix some warnings and fix some simulator buildspatacongo2012-05-021-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4688 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-131-0/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4599 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ↵patacongo2012-02-231-5/+121
| | | | | | option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4406 42af7a65-404d-4744-a932-0658087f49c3
* Add support for more FAT partitions; support for SD cards greater than 4Gb; ↵patacongo2011-11-151-6/+16
| | | | | | TSC2007 touchscreen driver improvements git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4092 42af7a65-404d-4744-a932-0658087f49c3
* Additional Kinetis SDHC fixespatacongo2011-08-221-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3906 42af7a65-404d-4744-a932-0658087f49c3
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-221-10/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3904 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-191-3/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3898 42af7a65-404d-4744-a932-0658087f49c3
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3771 42af7a65-404d-4744-a932-0658087f49c3
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-132-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3500 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-061-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate changes from Uros Platisepatacongo2011-03-261-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3419 42af7a65-404d-4744-a932-0658087f49c3
* Add support for RAMTRON NVRAM devicespatacongo2011-03-062-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3347 42af7a65-404d-4744-a932-0658087f49c3
* Correct a loop termination bug in mmcsd_sdio.cpatacongo2011-03-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3344 42af7a65-404d-4744-a932-0658087f49c3
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-11/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3335 42af7a65-404d-4744-a932-0658087f49c3
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-042-5/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3334 42af7a65-404d-4744-a932-0658087f49c3
* A little more USB host logicpatacongo2010-12-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3178 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx USBDEV driver now compiles (still untested)patacongo2010-07-161-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2805 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration to select LCD driver for NXpatacongo2010-04-171-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2596 42af7a65-404d-4744-a932-0658087f49c3
* SAM3U needs block infopatacongo2010-04-101-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2584 42af7a65-404d-4744-a932-0658087f49c3
* Add casts to eliminate warnings when sizeof(int) is 16-bitspatacongo2009-12-205-137/+140
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2401 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some warningspatacongo2009-12-171-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2376 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2362 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-157-558/+571
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2343 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2329 42af7a65-404d-4744-a932-0658087f49c3
* Need a cancel method to stop DMApatacongo2009-11-271-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2280 42af7a65-404d-4744-a932-0658087f49c3
* Fix block read/write return values; SDIO error reporting; slow down clock if ↵patacongo2009-11-251-26/+60
| | | | | | interrupt mode git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2278 42af7a65-404d-4744-a932-0658087f49c3
* Fix SCR data transferpatacongo2009-11-211-3/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2276 42af7a65-404d-4744-a932-0658087f49c3
* Progress integrating SD on STM32patacongo2009-11-201-6/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2275 42af7a65-404d-4744-a932-0658087f49c3
* Now correctly handles SD card ACMD41 busypatacongo2009-11-191-15/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2274 42af7a65-404d-4744-a932-0658087f49c3
* Correct identifies v1.x SD cardpatacongo2009-11-181-15/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2273 42af7a65-404d-4744-a932-0658087f49c3
* Initial MMC/SD SDIO STM32 bug fixespatacongo2009-11-181-12/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2272 42af7a65-404d-4744-a932-0658087f49c3
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-133/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2268 42af7a65-404d-4744-a932-0658087f49c3
* Code complete for STM32 SDIO driver and MMC/SD SDIO driverpatacongo2009-11-171-45/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2266 42af7a65-404d-4744-a932-0658087f49c3
* Finish event wait logicpatacongo2009-11-171-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2265 42af7a65-404d-4744-a932-0658087f49c3
* Add basic data transfer logicpatacongo2009-11-172-111/+901
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2264 42af7a65-404d-4744-a932-0658087f49c3
* Add SDIO interrupt handlingpatacongo2009-11-161-11/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2263 42af7a65-404d-4744-a932-0658087f49c3
* Redesign SDIO wait logic; add SDIO DMA logicpatacongo2009-11-161-10/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2261 42af7a65-404d-4744-a932-0658087f49c3