From 5db6e1052f7d3c574ea4a067963055dc895ca490 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Nov 2011 14:45:30 +0000 Subject: [PATCH] Button test can now be built as an NSH command git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4091 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 870c64d098..99c6fd8ffc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -924,7 +924,7 @@ New interfaces to read from graphics memory.
  • Drivers. - The AT24xx FLASH drivers will now support clustering of blocks to achieve a larger, more usable block size for FAT. + The AT24xx FLASH driver will now supports clustering of blocks to achieve a larger, more usable block size for NXFFS.
  • STM32. LCD color corrections. @@ -2644,7 +2644,7 @@ nuttx-6.11 2011-11-12 Gregory Nutt <gnutt@nuttx.org> if the block size is large, but can be common for tiny block sizes and results in a crash and file system corruption. * fs/nxffs/nxffs_initialize.c: Fix an initialize error. If the FLASH - is on power-up, NXFFS will fail to initialize correctly. + is full on power-up, NXFFS will fail to initialize correctly. * fs/nxffs/nxffs_write.c and nxffs_pack.c: Fix an error that can occur when attempt to write to FLASH volume that is completely full but has no value inodes on it.