summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-02 08:07:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-02 08:07:42 -0600
commitbb95a53a6ae12defb44b61ddff8b55011f983196 (patch)
treecc527620cdbe91522547b2d7014957525915fa65 /apps/ChangeLog.txt
parent41b50c286aaa99b848c4b21685f81ee2511f176a (diff)
downloadnuttx-bb95a53a6ae12defb44b61ddff8b55011f983196.tar.gz
nuttx-bb95a53a6ae12defb44b61ddff8b55011f983196.tar.bz2
nuttx-bb95a53a6ae12defb44b61ddff8b55011f983196.zip
Add support for the byte write method to MTD partition logic; Beef up the MTD partition test -- and fix resulting bugs detected
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 57abd2e6b..753bdc5cc 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -544,3 +544,5 @@
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).
+ * apps/examples/mtdpart: Extended to the test. The original test
+ coverage was superficial (2013-5-3).