summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 20:13:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 20:13:28 +0000
commit6dc98fefa9f7d0507c5d83216b34c02145a79b94 (patch)
tree42ab5d786172e1747c14a647fa39e3908646f260 /apps/examples/README.txt
parent329b6095ddda830433e6000b943fab82d1c83cf1 (diff)
downloadpx4-nuttx-6dc98fefa9f7d0507c5d83216b34c02145a79b94.tar.gz
px4-nuttx-6dc98fefa9f7d0507c5d83216b34c02145a79b94.tar.bz2
px4-nuttx-6dc98fefa9f7d0507c5d83216b34c02145a79b94.zip
Add apps/examples/cxxtest from Qiang Yu
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5284 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index f254ce154..bfd61b73e 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -239,6 +239,25 @@ examples/composite
CONFIG_EXAMPLES_COMPOSITE_TRACEINTERRUPTS
Show interrupt-related events.
+examples/cxxtest
+^^^^^^^^^^^^^^^^
+
+ This is a test of the C++ standard library. At present a port of the uClibc++
+ C++ library is available. Due to licensinging issues, the uClibc++ C++ library
+ is not included in the NuttX source tree by default, but must be installed
+ (see misc/uClibc++/README.txt for installation).
+
+ The only NuttX setting that is required is:
+
+ CONFIG_HAVE_CXX=y
+
+ The uClibc++ test includes simple test of:
+
+ - iostreams,
+ - STL,
+ - RTTI, and
+ - Exceptions
+
examples/dhcpd
^^^^^^^^^^^^^^