summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
commit9170f5ac5117c9239e9fb9265a9d74725b089d16 (patch)
tree7f32fd395083732ea58ec3697d0e6c0121773847 /NxWidgets/ChangeLog.txt
parent5b0a06cafebd0a0dc8060f7e7a4208cac06dcaaa (diff)
downloadpx4-nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.gz
px4-nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.bz2
px4-nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.zip
Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index be423b9dd..12e429f45 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -346,3 +346,9 @@
From Petteri Aimonen (2013-4-22).
1.8 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+* NxWM::CMediaPlayer: shell application for an MP3 Media Player with
+ Kconfig settings to enable it. I plan to write this app to help
+ develop and test the MP3 codec chip driver. It really doesn't do
+ anything yet except display a text box saying "Coming soon", and I
+ need to minimize the icon size a bit. From Ken Pettit (2013-5-11).