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
This commit is contained in:
patacongo 2011-11-14 14:45:30 +00:00
parent bf70e96ce1
commit d5a6c4870e
3 changed files with 5 additions and 5 deletions

View File

@ -2184,7 +2184,7 @@
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.

View File

@ -924,7 +924,7 @@
New interfaces to read from graphics memory.
</li>
<li><b>Drivers</b>.
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.
</li>
<li><b>STM32</b>.
LCD color corrections.
@ -2644,7 +2644,7 @@ nuttx-6.11 2011-11-12 Gregory Nutt &lt;gnutt@nuttx.org&gt;
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.

View File

@ -2374,8 +2374,8 @@ This release is a maintenance release that includes a few new features
and some important bugfixes. New features include:
* NX Graphics: New interfaces to read from graphics memory
* Drivers: AT24 FLASH drivers will now support clustering of blocks
to achieve a larger, more usable block size for FAT.
* Drivers: AT24 FLASH driver will now supports clustering of blocks
to achieve a larger, more usable block size for NXFFS.
* STM32: LCD color corrections
* PIC32: Board configuration for the Microchip PIC32 Ethernet Starter kit
(not yet verified), new GPIO support library, button and LED support