From 87f14f93698de9495a0e1bbd8c913e74a40cdd00 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 29 May 2009 19:57:20 +0000 Subject: [PATCH] Update for buildroot changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1839 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 24 ++++++++++-------------- ReleaseNotes | 9 +-------- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 41f583fa5f..a175a2d15e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1399,14 +1399,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.5 2009-04-25 <spudmonkey@racsa.co.cr> +buildroot-0.1.6 2009-xx-xx <spudmonkey@racsa.co.cr> - * 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 + * Added config/arm7tdmi-defconfig-4.2.4 + * Added config/arm920t-defconfig-4.3.3 + * Correct error in arm-defconfig gcc-3.4.6 build. The gcc-3.4.6 configuration + does not not take --with-abi + * Correct error in gcc-3.4.6/gcc/collect.c. Calls open with O_CREAT but + does not specify mode. Newer host compilers can error out on this. @@ -1422,14 +1422,10 @@ nuttx-0.4.8 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.6 2009-xx-xx <spudmonkey@racsa.co.cr> +buildroot-0.1.7 2009-xx-xx <spudmonkey@racsa.co.cr> - * Added config/arm7tdmi-defconfig-4.2.4 - * Added config/arm920t-defconfig-4.3.3 - * Correct error in arm-defconfig gcc-3.4.6 build. The gcc-3.4.6 configuration - does not not take --with-abi - * Correct error in gcc-3.4.6/gcc/collect.c. Calls open with O_CREAT but - does not specify mode. Newer host compilers can error out on this. + * configs/avr-defconfig-4.3.3: Added support for AVR to support a NuttX + port of the ATmega128.
diff --git a/ReleaseNotes b/ReleaseNotes index 870c7a910c..18676bfbaa 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -901,12 +901,5 @@ In addition, this release includes several important bugfixes for the LM3S6918, the LPC2148, the SPI-based MMC/SD driver, and to FAT32. See the ChangeLog for details of these bugfixes. -This tarball contains a complete CVS snapshot from May 19, 2009. - - - - - - - +This tarball contains a complete CVS snapshot from May 29, 2009.