summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 01:53:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 01:53:49 +0000
commit16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21 (patch)
treed16abc48c2f517e34f77152f63bed6da79678fba /nuttx/drivers/mmcsd
parent3696bf9a4590f113b47e69335f00a83df8e2b8d4 (diff)
downloadpx4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.tar.gz
px4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.tar.bz2
px4-nuttx-16ae1294c4dfb7465564eb5fa97fdeda1f3fcb21.zip
Add configuration to select LCD driver for NX
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2596 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/mmcsd')
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_sdio.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/drivers/mmcsd/mmcsd_sdio.c b/nuttx/drivers/mmcsd/mmcsd_sdio.c
index ef3721066..e5d438bc3 100644
--- a/nuttx/drivers/mmcsd/mmcsd_sdio.c
+++ b/nuttx/drivers/mmcsd/mmcsd_sdio.c
@@ -2355,6 +2355,12 @@ static int mmcsd_sdinitialize(FAR struct mmcsd_state_s *priv)
{
fdbg("WARN: Failed to set wide bus operation: %d\n", ret);
}
+
+ /* TODO: If widebus selected, then send CMD6 to see if the card supports
+ * high speed mode. A new SDIO method will be needed to set high speed
+ * mode.
+ */
+
return OK;
}