summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
Commit message (Collapse)AuthorAgeFilesLines
* Add an MTD layer that will add read-ahead or write buffering to any MTD ↵Gregory Nutt2014-07-111-12/+13
| | | | driver (incomplete)
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-1/+1
|
* SDIO-based MMC/SD improvements from Bob DoironGregory Nutt2014-04-212-31/+39
|
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
|
* 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
|
* Enhanced the mmcdd_sdio driver to perform DMA preflight operations and fail ↵Gregory Nutt2013-10-181-6/+90
| | | | DMA read/write requests that fail preflighting. From Mike Smith
* Changes to stm32_dmacapable interfaces from Mike SmithGregory Nutt2013-10-181-0/+4
|
* Cosmetic changes to comments and coding style fixesGregory Nutt2013-09-221-95/+114
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-2/+2
|
* SAMA5: Some improvements to the HSCMI card removal/insertion logicGregory Nutt2013-08-111-0/+1
|
* Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, ↵Gregory Nutt2013-08-101-1/+3
| | | | Andrew Tridgell, and and Lorenz Meier
* MMC/SD SDIO: Correct return values when multiple block transfers are ↵Gregory Nutt2013-08-101-32/+46
| | | | suppressed. From Andrew Tridgell via Lorenz Meier
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional ↵Gregory Nutt2013-08-101-0/+2
| | | | with DMA
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, ↵Gregory Nutt2013-08-101-0/+3
| | | | sharable level
* SAMA5: A few early, easy bug fixes. The rest will all be difficultGregory Nutt2013-08-061-0/+1
|
* 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 ↵Gregory Nutt2013-06-231-2/+2
| | | | TODO list
* 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-172-10/+55
|
* SAM MMCSD/SPI related changesGregory Nutt2013-06-151-5/+7
|
* LPC17 LCD driver is code complete and in need of testingpatacongo2013-03-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5788 42af7a65-404d-4744-a932-0658087f49c3
* AT91SAM3 now supports kernel-mode heap; SAM3U-EK knsh configuration ↵patacongo2013-03-101-1/+9
| | | | | | converted to use kconfig-frontends tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5726 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri ↵patacongo2013-02-281-31/+49
| | | | | | Aimonen git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5688 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonenpatacongo2013-02-081-16/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5625 42af7a65-404d-4744-a932-0658087f49c3
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use ↵patacongo2013-01-181-1/+1
| | | | | | kconfig-frontends git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5533 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-021-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5472 42af7a65-404d-4744-a932-0658087f49c3
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board ↵patacongo2012-12-281-0/+1
| | | | | | with the LPC2148; Add configurations sim/nxlines. convert mcu123-lpc214x/nsh to use the kconfig-frontends. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5465 42af7a65-404d-4744-a932-0658087f49c3
* ZNEO configurations updated to use ZDS-II version 5.0.1patacongo2012-11-291-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5400 42af7a65-404d-4744-a932-0658087f49c3
* A few native window build updatespatacongo2012-11-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
* 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