summaryrefslogtreecommitdiff
path: root/nuttx/TODO
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/TODO
parenta4ed011490d08b77fbdfc72b8ada8b5f068ca2e6 (diff)
downloadpx4-nuttx-9b77aa21d1f1ee57231a17d589c6c40ef3750a05.tar.gz
px4-nuttx-9b77aa21d1f1ee57231a17d589c6c40ef3750a05.tar.bz2
px4-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/TODO')
-rw-r--r--nuttx/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 5fb772cd6..f7878bf87 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,5 +1,5 @@
-NuttX TODO List (Last updated February 28, 2011)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+NuttX TODO List (Last updated March 4, 2011)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
(1) On-demand paging (sched/)
@@ -896,6 +896,8 @@ o ARM/STM32 (arch/arm/src/stm32/)
the STM3210E-EVAL board. The card reports that it is a SDV1.x card
with a 1Kb block size, but the CMD16 to set the block length to
1024 fails.
+ Update: Part of the fix appears to be to ignore the reported block
+ size and to force the block size to 512.
Status: Open
Priority: Uncertain. I don't this is a bug, I think I just don't understand
how to work with this type of SD card.