summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt2
-rwxr-xr-xnuttx/ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 25ab60232..44551fc8a 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -960,5 +960,5 @@
should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong
in Kconfig file. From Max (2014-7-11).
* apps/system/nxplayer/nxplayer.c: Check for file read errors and end-of-file
- with zero bytes read (2014-7-22).
+ with zero bytes read (2014-7-23).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d562dabb8..b3b04caf6 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7781,3 +7781,8 @@
* audio/pcm_decode.c and include/nuttx/audio/pcm.h: Flesh out a few
more PCM methods, still incomplete. Re-vision PCM structure
definition (2014-7-22).
+ * configs/sama*: Disable MMC/SD multiblock transfers in all SAMA5D3/4
+ configurations. I suspect an issue but have not had time to run it
+ down yet so the easiest thing is simply to disable the feature for
+ now (2014-7-23).
+