summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-31 11:20:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-31 11:20:12 -0600
commitdc962f97869717da2acf7b358d2bdfc8ff4b00d9 (patch)
tree9697212aa9b4cafd3d654142b345618814e13c5b /nuttx/ChangeLog
parentfb28b3cc65e987bc988aceebb753971616327f5f (diff)
downloadnuttx-dc962f97869717da2acf7b358d2bdfc8ff4b00d9.tar.gz
nuttx-dc962f97869717da2acf7b358d2bdfc8ff4b00d9.tar.bz2
nuttx-dc962f97869717da2acf7b358d2bdfc8ff4b00d9.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index efbaa93b2..eff21afa2 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7905,3 +7905,12 @@
surprising that DMA is now functional. However, the has not be re-
verified on the SAMA5D3 which has a different DMA controller
(2014-7-30).
+ * arch/arm/src/sama5/sam_dmac.c, sam_pio.c, and sam_pioirq.c: Changes
+ needed for a clean SAMA5D3 build after all of the recent SAMA5D4
+ changes (2014-7-31).
+ * configs/sama5d3x-ek/nsh/defconfig: Refresh configuration (2014-7-31).
+ * configs/sama5d3x-ek/Kconfig, README.txt, src/sam_wm8904.c, Makefile,
+ sam_nsh.c, and sama5d3x-ek.h: Add support for the WM8904 audio CODEC
+ (2014-7-31).
+ * configs/sama5d3x-ek/nxplayer: Add a configuration to support the
+ command line NxPlayer (2014-7-31).