summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 22:06:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 22:06:31 +0000
commit0b861eafd5bf5d6cdb2c602485310e3733052a10 (patch)
treeb94fd507fbd8550d430d8f693dab3276c15295c1 /nuttx/ChangeLog
parent6dc98fefa9f7d0507c5d83216b34c02145a79b94 (diff)
downloadpx4-nuttx-0b861eafd5bf5d6cdb2c602485310e3733052a10.tar.gz
px4-nuttx-0b861eafd5bf5d6cdb2c602485310e3733052a10.tar.bz2
px4-nuttx-0b861eafd5bf5d6cdb2c602485310e3733052a10.zip
Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtest
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5285 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index df9e345fe..d4d840243 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3538,4 +3538,7 @@
* binfmt/libelf: The ELF loader is working correctly with C++ static
constructors and destructors and all.
* Documentation/NuttXBinfmt.html: Add documentionof the binary loader.
+ * configs/sim/ostest: Converted to use the mconfig configuration tool.
+ * configs/sim/cxxtest: New test that will be used to verify the uClibc++
+ port (eventually).