summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-17 12:31:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-17 12:31:24 -0600
commit42593d65b9712714bb41326f4b23f6c62cf0b058 (patch)
tree7104b8971397e504e66bbc550de93629a2a5690f /nuttx/ChangeLog
parent016924ddbd281ccba7ee72fce682ddd9a1fb40e0 (diff)
downloadnuttx-42593d65b9712714bb41326f4b23f6c62cf0b058.tar.gz
nuttx-42593d65b9712714bb41326f4b23f6c62cf0b058.tar.bz2
nuttx-42593d65b9712714bb41326f4b23f6c62cf0b058.zip
MMC/SD driver needs to manage SPI mode and data width as well
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3cbfc42be..830f01f7d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4994,4 +4994,5 @@
signal (it is active low) (2013-6-16).
* configs/sam3u-ek/include/board.h: The SAM3U-EK board now runs at
96MHz. This might have broken some things? (2013-6-17).
-
+ * drivers/mmcsd/mmcsd-spi.c: Driver need to make sure that the SPI mode
+ and data width are correct (2013-6-17).