diff --git a/ChangeLog b/ChangeLog index 28d5ebb3ea..a424504ad5 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 b9b873e1e2..f7f2e499c3 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>