summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NxWidgets/ChangeLog.txt6
-rw-r--r--apps/ChangeLog.txt2
-rwxr-xr-xnuttx/ChangeLog3
3 files changed, 11 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 94422c387..0a426c17c 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -510,3 +510,9 @@
* NxWM::CMediaPlayer: Beginning integration of NxPlayer into Nxwm::MediaPlayer.
Gets handle, sets device, and releases handle. Lots more to be done
(2014-7-23).
+* NxWidgets::CNxString: Add a getAllocSize() method to make it easier to
+ convert CNxStrings to NUL-terminated C strings (2014-7-24).
+* NxWM::IApplicationFactory: dd a do-nothing, virtual destructor to
+ eliminate a warning (2014-7-24).
+* NxWM::CMediaPlayer: Lots of changes to integrate with Ken's NxPlayer
+ (2014-7-24).
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index c5f0328cb..f4779d530 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -966,3 +966,5 @@
* apps/system/nxplayer/nxplayer.c and apps/include/nxplayer.h: Add hooks
for fast-forward and rewind needed by CMediaPlayer; add hooks for
equalizer settings needed by the WM8904 (2014-7-24).
+ * apps/include/nxplayer.h and apps/system/nxplayer/nxplayer.c: Changes to
+ integrate with Ken's NxWM::CMediaPlayer (2014-7-24).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 11349494d..208e225af 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7802,3 +7802,6 @@
* audio/Kconfig, audio.c, and include/nuttx/audio/audio.h: Add hooks for
fast-forward and rewind needed by CMediaPlayer; add hooks for
equalizer settings needed by the WM8904 (2014-7-24).
+ * drivers/audio/audio_null.c and wm8904.c: Fix some compile errors when
+ audio DEBUG is enabled (2014-7-24).
+ * SAMA5D4-EK NxWM: Configuration refreshed (2014-7-24).