summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-17 10:01:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-17 10:01:15 -0600
commit6f70ad63153a7cb4d035f0a9be411a3da4eac15b (patch)
tree684aa0e1597afa1e7904dde29cea67be4655d173 /nuttx/ChangeLog
parenta27a431ec0b599754266dfa4ce069449de1bd1b0 (diff)
downloadnuttx-6f70ad63153a7cb4d035f0a9be411a3da4eac15b.tar.gz
nuttx-6f70ad63153a7cb4d035f0a9be411a3da4eac15b.tar.bz2
nuttx-6f70ad63153a7cb4d035f0a9be411a3da4eac15b.zip
SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type xcpt_t
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 29e8c7792..ba40b24fa 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7187,3 +7187,7 @@
* arch/arm/src/sama5/sam_emac.c: Add missing right parentheses. This
introduced in the above change and is Sourceforge patch 39 from Luciano
Neri (2014-4-17).
+ * configs/sama5dx-ek/include/board.h and sama5d3-xplained.h: These files
+ referenct type xcpt_t and so must include nuttx/irq.h. This is
+ Sourceforge bug 25 submitted by Luciano Neri (2014-4-17).
+