summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-01 07:39:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-01 07:39:20 -0600
commit8d05d097e7089f3a4ce15e29cf3b7701580665b2 (patch)
tree8f7778c1ca1dce0a46989010091fac4c9425e5a2 /nuttx/ChangeLog
parent8148ce2957824b783b7ec81919b891f220c0237f (diff)
downloadnuttx-8d05d097e7089f3a4ce15e29cf3b7701580665b2.tar.gz
nuttx-8d05d097e7089f3a4ce15e29cf3b7701580665b2.tar.bz2
nuttx-8d05d097e7089f3a4ce15e29cf3b7701580665b2.zip
Add an MTD device wrapper that can used to provide a /dev/config that can be used for retaining configuration data. From Ken Pettit
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4e1a5c574..f88f6a9be 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5924,4 +5924,7 @@
caused an exception in usbdev_reset() later. The driver reference
will be nullified later usbdev_unregister when the caller gets the
error. From David Sidrane (2013-10-31).
-
+ * drivers/mtd_config.c and include/nuttx/configdata.h: Add a container
+ for an MTD device that can be used to provide a simple, lightweight
+ interface to configation data storage that resides on some storage
+ media that is wrapped as an MTD device. From Ken Pettit (2013-11-1).