From 6f021c7086e62ccdc66e89ea9c6eedeb3953e25f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 4 Mar 2011 13:14:04 +0000 Subject: [PATCH] SDIO-based MMC/SD fixes from Uros Platise git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3334 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index ea00922fd88..3e46d58e8dd 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -2120,6 +2120,7 @@ nuttx-5.19 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> the internals of the memory manager as does mm/mm_test.c, but it has the advantage that it runs in the actual NuttX tasking environment (the mm/mm_test.c only runs in a PC simulation environment). + * drivers/mmcsd_sdio.c/h -- Several corrections submitted by Uros Platise. pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>