summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-03 09:32:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-03 09:32:04 -0600
commit68dcc997e8ae2390db87955dfc0d8c9bd7ec8f35 (patch)
treed44b8586c0075e42a254b2f7b016c07bf3396f98 /nuttx/ChangeLog
parent53c51e08ddc1b83bedb890338142ce9a6ba289be (diff)
downloadpx4-nuttx-68dcc997e8ae2390db87955dfc0d8c9bd7ec8f35.tar.gz
px4-nuttx-68dcc997e8ae2390db87955dfc0d8c9bd7ec8f35.tar.bz2
px4-nuttx-68dcc997e8ae2390db87955dfc0d8c9bd7ec8f35.zip
Add interrupt and memory map definitions for the AT91SAM4L
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2394f68d0..5de5652ae 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4870,3 +4870,6 @@
vdprintf() (the latter from Andrew Tridgell, 2013-6-2).
* sched/sem_holder.c: Modify assertion that is reported to cause
false alarm assertions (2013-6-2).
+ * arch/arm/include/sam34/sam4l_irq.h and
+ arch/arm/src/sam34/chip/sam4l_memorymap.h: Add interrupt and memory
+ map definitions for the AT91SAM4L (2013-6-3).