summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-14 12:26:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-14 12:26:49 -0600
commit09c8278b8677125f5160be9593fccfd53286bbfc (patch)
tree3a9ab0b135a77d6f3c97e134afdb1315699cdc56 /apps/ChangeLog.txt
parentdf4aeab705353232c78e614b56296e585f833fa4 (diff)
downloadnuttx-09c8278b8677125f5160be9593fccfd53286bbfc.tar.gz
nuttx-09c8278b8677125f5160be9593fccfd53286bbfc.tar.bz2
nuttx-09c8278b8677125f5160be9593fccfd53286bbfc.zip
examples/touchscreen: Add a configuration option to indicate that there is or is not an architecture-specific initialization function
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b6c06124d..a413f580f 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -884,4 +884,5 @@
three smaller files (2014-4-11).
* apps/netutils/ntpclient/ntpclient.c: Corrections to the NTP client
from Manuel Stuehn (2014-4-12).
-
+ * apps/examples/touchscreen: Add a configuration option to indicate if
+ architecture-specific initialized is required, yes or no (2014-4-14).