summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-04 10:44:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-04 10:44:18 -0600
commit283b42399a19e236ec5994505486dc966110bfc8 (patch)
treec55fdf21fac7d9c7aeb25b814375986384d0ad86 /nuttx/ChangeLog
parentf4e6d73ce0102127eb1ab9d9f9e1b2ec39f1d844 (diff)
downloadnuttx-283b42399a19e236ec5994505486dc966110bfc8.tar.gz
nuttx-283b42399a19e236ec5994505486dc966110bfc8.tar.bz2
nuttx-283b42399a19e236ec5994505486dc966110bfc8.zip
SAMA5: Add DMA suppport (untested)
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e8646f9e4..9168b031d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5276,3 +5276,7 @@
to enable interrupt controller debug output (2013-8-3).
* arch/arm/src/sama5/chip/sam_dmac.h: Add register definitions for the
SAMA5 DMA controller (2013-8-3).
+ * arch/arm/src/sama5/sam_dmac.c and sam_dmac.h: Add support for the
+ SAMA5 DMAC controllers. Initial check-in is untested and is a
+ straight leverage from the SAM3/4 (2013-8-4).
+