git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2892 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-08-28 02:44:03 +00:00
parent b38b5ff718
commit 2d0bf246fd
2 changed files with 20 additions and 1 deletions

View File

@ -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).

View File

@ -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>