summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-14 08:28:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-14 08:28:15 -0600
commit47fe70d7c6af1d7135e2b39104aebd78e76ff135 (patch)
treed884cd20271e2ca4979ad6ee946d4a971e978c33 /apps/ChangeLog.txt
parent944ae31c93bdce6f00549d261c3654778eca3ece (diff)
downloadnuttx-47fe70d7c6af1d7135e2b39104aebd78e76ff135.tar.gz
nuttx-47fe70d7c6af1d7135e2b39104aebd78e76ff135.tar.bz2
nuttx-47fe70d7c6af1d7135e2b39104aebd78e76ff135.zip
Update ChangeLogs
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 573e3d778..ac39e63be 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1058,3 +1058,6 @@
* Many makefiles: All makefiles that have separated the MAINOBJ
need to include MAINOBJ in list of C objects to be compiled.
SourceForge tick #31 from Aton (2014-9-11).
+ * apps/examples/elf/tests/Makefile and nxflat/tests/Makefile: Do
+ not build test cases that use task_create is there is an address
+ environment (2014-9-14).