summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd/mmcsd_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-0/+2
* Cosmetic changes to comments and READMEGregory Nutt2014-04-071-14/+18
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update TO...Gregory Nutt2013-06-231-2/+2
* MMC/SD SPI speed field is only used if CONFIG_SPI_OWNBUS is not definedGregory Nutt2013-06-171-2/+14
* MMC/SD driver needs to manage SPI mode and data width as wellGregory Nutt2013-06-171-9/+43
* SAM MMCSD/SPI related changesGregory Nutt2013-06-151-5/+7
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ...patacongo2013-02-281-31/+49
* Several patches from Petteri Aimonenpatacongo2013-02-081-16/+55
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-3/+7
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-061-0/+5
* Fixes for warnings from Freddie Chopinpatacongo2012-11-011-2/+4
* 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
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-3/+3
* LPC17xx USBDEV driver now compiles (still untested)patacongo2010-07-161-7/+7
* Add casts to eliminate warnings when sizeof(int) is 16-bitspatacongo2009-12-201-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-110/+118
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-5/+5
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-3/+3
* Prep for 0.4.7 releasenuttx-4.7patacongo2009-05-291-47/+2
* Fix mount problempatacongo2009-05-291-7/+35
* warning removalpatacongo2009-05-281-1/+1
* Fix to lpc214x MMC/SD due to lm3s changespatacongo2009-05-281-4/+47
* Final integration of microSDpatacongo2009-05-281-17/+69
* Fix FAT32 bugpatacongo2009-05-271-2/+0
* Integrating SHDCpatacongo2009-05-271-74/+65
* Integrating new MMC/SD designpatacongo2009-05-261-93/+92
* Updated MMC/SD SPI driverpatacongo2009-05-261-210/+583
* Fix SD frequency calculationpatacongo2009-05-251-9/+25
* Extend SPI interface for word sizes >8bitspatacongo2009-04-261-41/+41
* Add enum argument to SPI status methodpatacongo2009-03-291-3/+3
* Add enum argument to SPI select methodpatacongo2009-03-291-22/+22
* Fixes for z16f compilepatacongo2009-02-071-2/+4
* Eliminate warningpatacongo2008-11-101-1/+1
* Eliminate uninitialized variable warningpatacongo2008-10-281-1/+1
* Need to clear mediachanged indication after it is sampledpatacongo2008-10-151-2/+9
* Add debug capabilitiespatacongo2008-10-151-117/+8
* Fix integration bug fixespatacongo2008-10-151-78/+96
* MMC/SD supportpatacongo2008-10-151-0/+1497