summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-21 13:13:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-21 13:13:05 -0600
commit801977de7c84d03616329795e1c59929ab948906 (patch)
treeb9d9220000c01cf9aca8e010f43fc488ccc26f26 /nuttx/ChangeLog
parent3895e0ec4c2c3057935bbeb7558fa4b815385334 (diff)
downloadnuttx-801977de7c84d03616329795e1c59929ab948906.tar.gz
nuttx-801977de7c84d03616329795e1c59929ab948906.tar.bz2
nuttx-801977de7c84d03616329795e1c59929ab948906.zip
Audio subystem update from Ken Pettit. Plus moved some header files
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 70ae0e381..aaef727c5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4761,3 +4761,9 @@
* configs/lm3s6965-ek/discover: Add an example configuration for UDP
discovery tool on the lm3s6965-ek board. From Max Holtberg
(2013-5-21).
+ * audio/, drivers/audio, include/nuttx/audio: Added a callback interface
+ to the Audio upperhalf driver for dequeueing, reporting async events,
+ etc. Also included is some initial work for the VS1053 driver. From
+ Ken Pettit (2013-5-21).
+ * include/nuttx/audio/audio.h: Moved from include/nuttx/ to include/nuttx/audio.
+ (2013-5-21). \ No newline at end of file