summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-07 08:55:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-07 08:55:51 -0600
commitcd2bc5b0d875c4cd8e11054e48f3e0185bbd3bab (patch)
tree291a8daa9c222603a79b479528217f3a9a397e03 /apps/ChangeLog.txt
parent9a804e6ea6373ca2780cd0ac5fb25511b410bab1 (diff)
downloadnuttx-cd2bc5b0d875c4cd8e11054e48f3e0185bbd3bab.tar.gz
nuttx-cd2bc5b0d875c4cd8e11054e48f3e0185bbd3bab.tar.bz2
nuttx-cd2bc5b0d875c4cd8e11054e48f3e0185bbd3bab.zip
Fixes for the examples/nxtext test
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index d6971dc45..cefced15b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -548,3 +548,6 @@
coverage was superficial (2013-5-3).
* apps/examples/smart: This is an adaptation of the NXFFS stress
test for the SMART file system (Ken Pettit, 2013-5-3).
+ * apps/examplex/nxtext: Remove the CONFIG_EXAMPLES_NXTEXT_NOGETRUN
+ option. The test logic was bad for the case where this options
+ is not selected. Also, complete the empty Kconfig file (2013-5-7).