summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-04 19:29:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-04 19:29:02 -0600
commitc3cf529514b4032cba2c4b93350929fe1f0f87a7 (patch)
tree55e2bfb9353f149958c1cd6a24ec46e9e18fdd50 /nuttx/ChangeLog
parent76fe1ce3468022a914bc7f5dc69a44dea5edc398 (diff)
downloadnuttx-c3cf529514b4032cba2c4b93350929fe1f0f87a7.tar.gz
nuttx-c3cf529514b4032cba2c4b93350929fe1f0f87a7.tar.bz2
nuttx-c3cf529514b4032cba2c4b93350929fe1f0f87a7.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ef837c96f..bfeecba0a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7975,3 +7975,9 @@
bits per frame. Conditioned out interrupt logic; it is not being used.
Also added some FLL lock interrupt/poll logic (which was subsequently
disabled) (2014-8-4).
+ * SAMA5D3x-EK and SAMA4D4-EK: Add/update usage documents for media
+ players (2014-8-4).
+ * drivers/audio/wm8904.c and .h: Add reset logic to put the part back
+ in its initial state after playing each WAV file. Base samles per
+ second on frame length, not bits-per-sample. Use a different frame
+ length for 8-bit and 16-bit data (2014-8-4).