summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-26 10:54:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-26 10:54:12 -0600
commitd6fc7fd30ee2fb16e3e476565e37f9ae0eb87c67 (patch)
treeef2a180885105f33f94731e0a8c2468efe59bc42 /apps/ChangeLog.txt
parentbbdf7a9ec4b7af902c0036125da19419ded33d08 (diff)
downloadnuttx-d6fc7fd30ee2fb16e3e476565e37f9ae0eb87c67.tar.gz
nuttx-d6fc7fd30ee2fb16e3e476565e37f9ae0eb87c67.tar.bz2
nuttx-d6fc7fd30ee2fb16e3e476565e37f9ae0eb87c67.zip
Fix integration of RAM test into the build and configuration system
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index bbe571785..36e28f1cb 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -596,4 +596,6 @@
for a long time (2013-6-23).
* apps/examplex/nxhello: Correct default colors when in Y1 code mode.
(2013-6-24).
+ * system/Make.defs and Kconfig: The RAM test was not correctly built
+ into the configuration and build system.