summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-28 12:11:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-28 12:11:52 -0600
commitb0d39caa141e2ff68255263fff07982641a4f656 (patch)
tree8c5e57a609fb696b8ef4261464ca936b4e5e2bfe /apps/ChangeLog.txt
parent022d45602666fd6966d721dde9635a62d8c56898 (diff)
downloadnuttx-b0d39caa141e2ff68255263fff07982641a4f656.tar.gz
nuttx-b0d39caa141e2ff68255263fff07982641a4f656.tar.bz2
nuttx-b0d39caa141e2ff68255263fff07982641a4f656.zip
Add for audio sub-format in audion system. From Ken Pettit
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 33b6820df..3979faf69 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -646,7 +646,7 @@
* apps/nshlib/nsh_fscmds.c: Fix NSH listing output for the case
of a single file. Provided by Lorenz Meier (2013-9-13).
-6.31 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.31 2013-10-28 Gregory Nutt <gnutt@nuttx.org>
* apps/nshlib/nsh_netcmds.c: Remove a warning when DHCP is not
enabled (2013-9-17).
@@ -655,7 +655,7 @@
(2013-9017).
* apps/examples/ostest/Kconfig: Add configuration options for
the FPU test. There are still many OS test configuration
- optionst that do not appear in Kconfig (2013-9-18).
+ options that do not appear in Kconfig (2013-9-18).
* apps/examples/cc3000: Condition the CC3000 example on having
selected the CC3000 device. Otherwise, you are prompted for
this the CC3000 option on each 'make oldconfig' (2013-9-18).
@@ -702,4 +702,7 @@
* apps/examples/cc3000: Updates from David Sidrane (2013-10-25).
* apps/system/nxplayer: Implements a command line media
player. From Ken Pettit (2013-10-27).
+ * apps/system/nxplayer: Add logic to verify the audio sub-format.
+ From Ken Pettit (2013-10-28).
+6.31 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>