summaryrefslogtreecommitdiff
path: root/nuttx
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 /nuttx
parent29580c1cb908a5b69314e87e5b31961d30b0c50d (diff)
downloadpx4-nuttx-46d2d7391d973f805d633c1a112ad37cc4ec1f78.tar.gz
px4-nuttx-46d2d7391d973f805d633c1a112ad37cc4ec1f78.tar.bz2
px4-nuttx-46d2d7391d973f805d633c1a112ad37cc4ec1f78.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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).