summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-17 08:56:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-17 08:56:20 -0600
commit935fad106477360189d20ac619d76d86109742d6 (patch)
treead8abde80f9303384cab7881a855edd6a6af6d3f /nuttx/ChangeLog
parent688a7943504c5f4163df760024de40305c0b70ed (diff)
downloadnuttx-935fad106477360189d20ac619d76d86109742d6.tar.gz
nuttx-935fad106477360189d20ac619d76d86109742d6.tar.bz2
nuttx-935fad106477360189d20ac619d76d86109742d6.zip
Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the common up_internal.h header file so that the attribute will be applied the same to function definitions and prototypes.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c080705a7..2122fa019 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7179,5 +7179,7 @@
Duckworth (2014-4-16).
* arch/arm/src/stm32/chip/stm32f20xxx_pinmap.h: Correct a mapping for
SPI MOSI pin. From dlsitzer (2014-4-26).
-
-
+ * arm/src/sama5/sam_clockconfig.c/.h: Move the un-definitions of
+ __ramfuncs__ from the .c file to the .h file or, otherwise, the
+ attribute will be applied differently for the prototype and the
+ function definition. Sourceforge patch 38 from Luciano Neri (2014-4-17).