From 9bb66d29206b075ed5e61e9c51bacdcc7758432f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 6 Dec 2009 00:19:50 +0000 Subject: Add FTL logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2307 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index cd2121d84..00b100abb 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 3, 2009

+

Last Updated: December 5 2009

@@ -1611,6 +1611,11 @@ nuttx-2010.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * arch/hc: Adding framework to support m68hc11/12 * configs/demo9s12ne64: Configuration to support Freescale DEMO9S12NE64 development board (MC9S12NE64 m68hcs12 processor). + * drivers/mtd/ftl.c - A FLASH translation layer (FTL) has been implemented. + This layer will convert a FLASH MTD interface into a block driver that + can be used with any file system. Good performance of this layer will + depend upon functioning write buffer support! + NOTE: FTL support is untested as of the initial check-in. pascal-2010.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> -- cgit v1.2.3