summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-04 13:14:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-04 13:14:04 +0000
commit9b77aa21d1f1ee57231a17d589c6c40ef3750a05 (patch)
treed07ef8415877ae176ac01d5e4df9ce2fb1747b4d /nuttx/ChangeLog
parenta4ed011490d08b77fbdfc72b8ada8b5f068ca2e6 (diff)
downloadnuttx-9b77aa21d1f1ee57231a17d589c6c40ef3750a05.tar.gz
nuttx-9b77aa21d1f1ee57231a17d589c6c40ef3750a05.tar.bz2
nuttx-9b77aa21d1f1ee57231a17d589c6c40ef3750a05.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b4fba6ab7..5cc86cc55 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1518,4 +1518,5 @@
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.