summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-01 08:09:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-01 08:09:20 -0600
commitd9bd2fca774a5c3499f7b3a258aa1506fdea526f (patch)
tree32d60c5fe512337bbaf5850f9e505ab47c1e5dcd /apps/ChangeLog.txt
parentfa71d6461e5b8cc8b3cada0e594c9641e5e21da7 (diff)
downloadnuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.gz
nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.tar.bz2
nuttx-d9bd2fca774a5c3499f7b3a258aa1506fdea526f.zip
Add tests for the SMART block driver and file system. From Ken Pettit
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index ecf71f369..57abd2e6b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -541,4 +541,6 @@
* apps/nshlib/nsh_fscmds.c: Add support for the mksmartfs command.
(Ken Petit, 2013-4-30).
* apps/system/flash_eraseall: Add an interface to erase FLASH using a
- flash_eraseall NSH command \ No newline at end of file
+ flash_eraseall NSH command (Ken Pettit, 2013-5-1).
+ * apps/examples/flash_test and apps/examples/smart_test: Add tests of
+ the SMART block driver and file system (Ken Pettit, 2013-5-1).