From 2d0bf246fdb164ef4039d7e8487d8705af15c7d2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Aug 2010 02:44:03 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2892 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 9 +++++++++ Documentation/NuttX.html | 12 +++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28d5ebb3eab..a424504ad5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1222,3 +1222,12 @@ 5.10 2010-xx-xx Gregory Nutt + * 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/Documentation/NuttX.html b/Documentation/NuttX.html index b9b873e1e2a..f7f2e499c3a 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 25, 2010

+

Last Updated: August 27, 2010

@@ -1894,6 +1894,16 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>