summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-31 15:04:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-31 15:04:10 -0600
commit46d2d7391d973f805d633c1a112ad37cc4ec1f78 (patch)
treec363aea8fa311c10c396ced0ecf2e6b7ed0515d9
parent29580c1cb908a5b69314e87e5b31961d30b0c50d (diff)
downloadnuttx-46d2d7391d973f805d633c1a112ad37cc4ec1f78.tar.gz
nuttx-46d2d7391d973f805d633c1a112ad37cc4ec1f78.tar.bz2
nuttx-46d2d7391d973f805d633c1a112ad37cc4ec1f78.zip
Update ChangeLog
-rw-r--r--apps/ChangeLog.txt3
-rwxr-xr-xnuttx/ChangeLog6
2 files changed, 9 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e912d5303..23dbe7272 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -975,3 +975,6 @@
the buffer has already been consumed. (2014-7-27).
* apps/netutils/webserver/httpd.c: Missing logic to close sockets on loop
termination. From Max (2014-7-28).
+ * apps/system/nxplayer/nxplayer.c: Fix some error handling, update
+ comments, more debug output (2014-7-31).
+
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eff21afa2..cd895e915 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7914,3 +7914,9 @@
(2014-7-31).
* configs/sama5d3x-ek/nxplayer: Add a configuration to support the
command line NxPlayer (2014-7-31).
+ * audio/audio.c: More debug output (2014-7-31).
+ * configs/sama5d3x-ek/README.txt: REAME update (2014-7-31).
+ * drivers/audio/wm8904.c: Was not saving i2s interface instance
+ (2014-7-31).
+ * sched/sem_wait.c: Use set_errno() and get_errno(). Direct access
+ inside the OS may not be supported in the future (2014-7-31).