summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-01 14:15:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-01 14:15:01 -0600
commit3cfef51718a20a4726de10cd6d6c9460a093ca5e (patch)
tree6fd299d9eab2d74968d04a0570c31bd055acf1fb /nuttx/ChangeLog
parentbacb9004a6a8c8eef75c0b3f1db8d07abcc54b7a (diff)
downloadnuttx-3cfef51718a20a4726de10cd6d6c9460a093ca5e.tar.gz
nuttx-3cfef51718a20a4726de10cd6d6c9460a093ca5e.tar.bz2
nuttx-3cfef51718a20a4726de10cd6d6c9460a093ca5e.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3d788cb60..669aaf601 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7931,5 +7931,7 @@
* arch/arm/src/sama5/sam_ssc.c: Needs to account for data offset in
audio buffer (2014-7-31).
* drivers/audio/wm8904.c: Can't reset the WM8904 unless we also
- reinitiailize all registers. Try to get a saner timeout based on
+ reinitialize all registers. Try to get a saner timeout based on
sample rate, bits-per-sample, and buffer size (2014-7-31).
+ * arch/arm/src/sama5/Kconfig and sam_ssc.c: SCC Frame Synch Delay and
+ Start Delay are now configurable (2014-8-1).