summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-03 11:23:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-03 11:23:41 -0600
commitccadba524f6e5ff381a5b24397af7124e814866a (patch)
treea200ce0af7ef6097b4bf7752c4daec3577193340 /nuttx/ChangeLog
parent68dcc997e8ae2390db87955dfc0d8c9bd7ec8f35 (diff)
downloadpx4-nuttx-ccadba524f6e5ff381a5b24397af7124e814866a.tar.gz
px4-nuttx-ccadba524f6e5ff381a5b24397af7124e814866a.tar.bz2
px4-nuttx-ccadba524f6e5ff381a5b24397af7124e814866a.zip
Add vector and chip cability definitions for the SAM4L family
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 5de5652ae..0ee3d7495 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4873,3 +4873,7 @@
* 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).
+ * arch/arm/src/sam34/chip/sam4l_vectors.h and arm/src/sam34/sam_vectors.S:
+ Add interrupt vector support for the SAM4L family (2013-6-3).
+ * arch/include/sam34/chip.h: Add chip definitions for the SAM4L
+ family (2013-6-3).