aboutsummaryrefslogtreecommitdiff
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
commit25136e9a50d400c71e92ce281eddad0494f29fb2 (patch)
treeb94fd507fbd8550d430d8f693dab3276c15295c1 /nuttx/ChangeLog
parent05a1bb2abf4cf172bb6ddc6851566835f9c00208 (diff)
downloadpx4-firmware-25136e9a50d400c71e92ce281eddad0494f29fb2.tar.gz
px4-firmware-25136e9a50d400c71e92ce281eddad0494f29fb2.tar.bz2
px4-firmware-25136e9a50d400c71e92ce281eddad0494f29fb2.zip
Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtest
git-svn-id: http://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).