summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 fd94f27ba..39a3aa27f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4881,4 +4881,8 @@
support the SAM4L Xplained Pro developement board (2013-6-3).
* arch/arm/src/sam34/chip/sam4l_pinmap.h: Initial cut as SAM4L
pin mapping (2013-6-3).
+ * arch/arm/src/stm32/stm32*_dma.*: Add a new interface function,
+ stm32_dmacapable() that can be used to determine if DMA is
+ possible from the specified memory address. From Petteri Aimonen
+ (2013-6-4).