summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-25 10:13:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-25 10:13:15 -0600
commitcf5cf56cb94f6299a38a8d1765723e82b2afc5bf (patch)
tree8660135eaac696ea2826037a22464b93516a9b21
parent25417437a8b66e10066b4ca506e3aa1e9a74176a (diff)
downloadnuttx-cf5cf56cb94f6299a38a8d1765723e82b2afc5bf.tar.gz
nuttx-cf5cf56cb94f6299a38a8d1765723e82b2afc5bf.tar.bz2
nuttx-cf5cf56cb94f6299a38a8d1765723e82b2afc5bf.zip
Update ChangeLogs
-rw-r--r--NxWidgets/ChangeLog.txt3
-rwxr-xr-xnuttx/ChangeLog2
2 files changed, 5 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 0a426c17c..5b4702884 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -516,3 +516,6 @@
eliminate a warning (2014-7-24).
* NxWM::CMediaPlayer: Lots of changes to integrate with Ken's NxPlayer
(2014-7-24).
+* NxWM::CMediaPlayer: Revise state logic. We need an additional state for
+ the case where a file is selected, but playing has not yet start. Several
+ other state-related fixes (2014-7-25).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0375dc6c0..1ae459f73 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7825,3 +7825,5 @@
time (after some hours) the Ethernet receiver would lose one receive
interrupt and the IP stack never recover because there is no receive
watchdog as the transmit watchdog. From Max (2013-7-24).
+ * audio/pcm_decode.c: Add missing audio callback forwarding logic
+ (2014-7-25).