diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 41f583fa5f5..a175a2d15e3 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.