From 502b7d365f65a1f936e90340ce71b9f52eb874c8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 29 Apr 2011 00:20:11 +0000 Subject: [PATCH] Add 4.5.2 configuration for ARM920 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3539 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 3 +++ Documentation/NuttX.html | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 075fa969e2c..2b914e30e79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1713,6 +1713,9 @@ * arch/arm/src/arm/up_head.S: Fix backward conditional compilation. This cause the configs/mx1ads configuration to fail to build but does not appear to affect any other ARM9 build. + * fs/nxffs: Adding a tiny, wear-leveling FLASH file system for NuttX. This + file system is intended to be small and will have some limitations. The + implementation is incomplete on initial checkin. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0ef6c404c64..8936c0841d6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -2246,6 +2246,9 @@ nuttx-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * arch/arm/src/arm/up_head.S: Fix backward conditional compilation. This cause the configs/mx1ads configuration to fail to build but does not appear to affect any other ARM9 build. + * fs/nxffs: Adding a tiny, wear-leveling FLASH file system for NuttX. This + file system is intended to be small and will have some limitations. The + implementation is incomplete on initial checkin. apps-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> @@ -2272,8 +2275,8 @@ buildroot-1.10 2011-xx-xx <spudmonkey@racsa.co.cr> * configs/arm920t-defconfig-4.3.3 - Enable support for NXFLAT tools. * toolchain/binutils/2.21 and toolchain/gcc/4.5.2 - Add support for GCC 4.5.2 with binutils 2.21. - * configs/cortex-eabi-defconfig-4.5.2 - Add a configuration to build a - GCC 4.5.2 EABI ARM toolchain for the Cortex-M3. + * configs/arm920t-eabi-defconfig-4.5.2 - Add a configuration to build a + GCC 4.5.2 EABI ARM toolchain for the ARM920.