summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-28 02:44:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-28 02:44:03 +0000
commit09e1aa6ffa05eedcdb4e9f71d7a08f9139311fb6 (patch)
treebb78c579007138fb439bab4e0d5c7ad078e5d24c
parent0cbef1dc75ec735397f06445ec0c0cf08be664ec (diff)
downloadpx4-nuttx-09e1aa6ffa05eedcdb4e9f71d7a08f9139311fb6.tar.gz
px4-nuttx-09e1aa6ffa05eedcdb4e9f71d7a08f9139311fb6.tar.bz2
px4-nuttx-09e1aa6ffa05eedcdb4e9f71d7a08f9139311fb6.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2892 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/ChangeLog9
-rw-r--r--nuttx/Documentation/NuttX.html12
2 files changed, 20 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 28d5ebb3e..a424504ad 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1222,3 +1222,12 @@
5.10 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * configs/ea3131/locked - Create logic to support a two pass build
+ process: The first pass forces critical logic into the locked text
+ region, the second pass builds the NuttX executable more-or-less as
+ normal.
+ * Makefile, arch/arm/src/Makefile, configs/ea3131 - Add logic to
+ support a two-pass final link. This logic is only in place in
+ the arch/arm/src/Makefile for now.
+ * arch/arm/src/lpc17xx/lpc17_internal.h - Add missing parentheses in
+ macros definitions (patch submitted by Tiago Maluta).
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index b9b873e1e..f7f2e499c 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: August 25, 2010</p>
+ <p>Last Updated: August 27, 2010</p>
</td>
</tr>
</table>
@@ -1894,6 +1894,16 @@ buildroot-1.8 2009-12-21 &lt;spudmonkey@racsa.co.cr&gt;
<ul><pre>
nuttx-5.10 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * configs/ea3131/locked - Create logic to support a two pass build
+ process: The first pass forces critical logic into the locked text
+ region, the second pass builds the NuttX executable more-or-less as
+ normal.
+ * Makefile, arch/arm/src/Makefile, configs/ea3131 - Add logic to
+ support a two-pass final link. This logic is only in place in
+ the arch/arm/src/Makefile for now.
+ * arch/arm/src/lpc17xx/lpc17_internal.h - Add missing parentheses in
+ macros definitions (patch submitted by Tiago Maluta).
+
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>