From b216307f6745b8f7bd3b713e5edb5b956b30699c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 25 Apr 2009 21:18:19 +0000 Subject: [PATCH] imx update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1738 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 42 ++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a35dcf871c..0f600f2e1c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: April 19, 2009

+

Last Updated: April 25, 2009

@@ -217,6 +217,22 @@ Non-restrictive BSD license.

+ + + + GNU Toolchains + + + +
+ +

+ Compatible GNU toolchains based on buildroot + available for + download + to provide a complete development environment for many architectures. +

+

@@ -1348,14 +1364,14 @@ pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr> and eliminate a compiler bug * Changes so that runtime compiles with SDCC. -buildroot-0.1.3 2009-02-28 <spudmonkey@racsa.co.cr> +buildroot-0.1.5 2009-04-25 <spudmonkey@racsa.co.cr> - * Add support for H8/300 toolchain - * Add support for GCC 4.2.4 and binutils 2.19 - * Various fixes for newer Linux environments - * New ARM configuration using GCC 4.2.4 and binutils 2.19 - (Note: this doesn't work with NuttX yet... to nuttx TODO.txt list). - * Add Renesas R8C/M16C/M32C configuration using GCC 4.2.4 and binutils 2.19 + * Replaced config/arm-defconfig-4.2.4 with config/arm920t-defconfig-4.2.4 + and config/arm926t-defconfig-4.2.4 because of differences in the + way that soft floating point is handled between these two + architectures. + * Add support for gcc-4.3.3 and the ARM Cortex-M3 processor (thumb2) + * Add support for binutils 2.19.1 @@ -1371,15 +1387,7 @@ nuttx-0.4.6 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> -buildroot-0.1.4 2009-xx-xx <spudmonkey@racsa.co.cr> - - * Add support for a blackfin toolchain using GCC 4.2.4 and binutils 2.19 - * GCC 4.2.4 no longer attempts to build libstdc++. Now we can build g++! - * The ARM GCC-4.2.4 configuration was changed so that it now builds g++. - * Removed building of initial and final GCC. that is not necessary because - we do not build a libc. Now it builds almost twice as fast. - * Removed logic to build the target GCC. That is never used. - +buildroot-0.1.6 2009-xx-xx <spudmonkey@racsa.co.cr>