summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-03 12:52:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-03 12:52:33 -0600
commit1092e4b16395d945517b9bcbc2c48828fbe9303c (patch)
treee2171ab3f21ae1e0610903694901c776a7e1a1d8 /apps/ChangeLog.txt
parent2567deb0338a774086231fbb778b639c10398cc1 (diff)
downloadnuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.tar.gz
nuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.tar.bz2
nuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.zip
Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 753bdc5cc..d6971dc45 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -546,3 +546,5 @@
the SMART block driver and file system (Ken Pettit, 2013-5-1).
* apps/examples/mtdpart: Extended to the test. The original test
coverage was superficial (2013-5-3).
+ * apps/examples/smart: This is an adaptation of the NXFFS stress
+ test for the SMART file system (Ken Pettit, 2013-5-3).