summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-22 11:55:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-22 11:55:16 -0600
commite793665a9bb98dcb75143f60bacdf958e5128f33 (patch)
tree9e26b982f146811c50d03224dfa6a7408ba86526 /nuttx/ChangeLog
parentcae177b59da01dc14732e18542445ce166753b70 (diff)
downloadnuttx-e793665a9bb98dcb75143f60bacdf958e5128f33.tar.gz
nuttx-e793665a9bb98dcb75143f60bacdf958e5128f33.tar.bz2
nuttx-e793665a9bb98dcb75143f60bacdf958e5128f33.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b78a17bde..fe5cd891d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7764,4 +7764,12 @@
changes to try to reduce that amount of time in interrupts handles and
with interrupts disbled. Needs verification on other platforms. From
Petteri Aimonen (2014-7-22).
-
+ * arch/arm/src/sama5/sam_pck.c: Fix a recently introduced typo that was
+ being masked by some bad conditional compilation (2015=4-7-22).
+ * drivers/audio/wm8904.c and include/nuttx/audio/wm8904.h: Remove WM8904
+ driver unused parameters, clean-up comments, remove some kruft in
+ capability reporting (2014-7-22).
+ * audio/Makefile and pcm_decode.c, include/nuttx/audio/pcm_decode.c,
+ configs/sama5d4-ek/src/sam_wm8904.c and others: Add new framework for
+ the PCM decoder. It is now a 'front end' for lower-level drivers like
+ the WM8904 that performs the PCM decoding from end (2014-7-22).