summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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 /nuttx/ChangeLog
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 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b87462c11..119d77280 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4659,3 +4659,5 @@
* arch/arm/src/kl/chip/kl25z128_pinmux.h: Corrections fo the
pin multiplexing definitions from Alan Carvalho de Assis
(2013-5-2).
+ * drivers/mtd/mtd_partition.c: Fix a few bugs and add support for the
+ (option) byte write method (2013-5-3).