summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-30 10:11:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-30 10:11:43 -0600
commit406681e3fddc5432cb358e5ce464fd16228a47eb (patch)
treeb48253358b2b6c9b415373879e849f76aa3c4abe /apps/ChangeLog.txt
parent2cef539be7d1ed0e21d6fd1d3134a2eb1518019a (diff)
downloadnuttx-406681e3fddc5432cb358e5ce464fd16228a47eb.tar.gz
nuttx-406681e3fddc5432cb358e5ce464fd16228a47eb.tar.bz2
nuttx-406681e3fddc5432cb358e5ce464fd16228a47eb.zip
Add interface definition for platform-specific storage of configuration data; Modify NxWM unit test to use these interfaces, if available, to save and restore touchscreen calibration data.
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index a75cd6cb1..b12b3e8f4 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -709,5 +709,6 @@
* apps/platform: A new home for board-specific application code
(2013-10-30).
-
-
+ * apps/include/platform/configdata.h: Define an interface that can be
+ used to manage platform-specific storage of configuration data
+ (2013-10-30).