summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-28 16:35:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-28 16:35:22 -0600
commit11650303a904f96224249d2ac5799dd355788cd9 (patch)
treef57a0fa5655ee97ae486349a8ed2116b3524b857 /nuttx/ChangeLog
parent82d73c21561866231792a8d6e99a1e5d900e2fd8 (diff)
downloadnuttx-11650303a904f96224249d2ac5799dd355788cd9.tar.gz
nuttx-11650303a904f96224249d2ac5799dd355788cd9.tar.bz2
nuttx-11650303a904f96224249d2ac5799dd355788cd9.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ceb7666f9..11cb4e934 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7863,3 +7863,8 @@
ADC updates from Max. Also fixes some syntax errors that I introduced in
the last commit (2014-7-28).
* audio/pcm_decode.c: Fix a logic error in a DEBUG assertion (2014-7-28).
+ * configs/sama5d4-ek/src/sam_pmic.c, dram_main.c, sama5d4-ek.h, Makefile.
+ Add logic to disable the faulty PMIC. This must be done with JP23 open.
+ It is performed only from the DRAMBOOT loader (2014-7-28).
+ * drivers/audio/wm8904.c: Fix some compile problems with the WM8904 driver
+ due to recent audio subsystem changes (2014-7-28).