summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-05 10:09:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-05 10:09:43 -0600
commit8314e37e36a328b4e819410e2c75604c6eacaf26 (patch)
tree2fefd26f9fd252593b2132d1c4802140db1a0886 /nuttx/ChangeLog
parentc202f971b72b854b58c7a17afaf43f035f9f7460 (diff)
downloadnuttx-8314e37e36a328b4e819410e2c75604c6eacaf26.tar.gz
nuttx-8314e37e36a328b4e819410e2c75604c6eacaf26.tar.bz2
nuttx-8314e37e36a328b4e819410e2c75604c6eacaf26.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index beaef9da4..22e2f846a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7985,4 +7985,7 @@
* arch/arm/src/sama5/sam_hsmci.c: TX DMA is again disabled for the
SAMA5D3 family. Although it works with the SAMA5D4 (which has a
different DMA subsystem), it does not work with the SAMA5D3 (2014-8-5,
- see 2014-7-30).
+ see also 2014-7-30).
+ * audio/pcm_decode.c: Handle errors in the PCM WAV file in a way that
+ the Nxplayer can recover gracefully: Send and Audio Complete message
+ (2014-8-5).