summaryrefslogtreecommitdiff
path: root/nuttx/libxx/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libxx/README.txt')
-rwxr-xr-xnuttx/libxx/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/nuttx/libxx/README.txt b/nuttx/libxx/README.txt
new file mode 100755
index 000000000..7b292bff5
--- /dev/null
+++ b/nuttx/libxx/README.txt
@@ -0,0 +1,17 @@
+libxx/README.txt
+^^^^^^^^^^^^^^^^
+
+This directory contains a fragmentary C++ library that will allow
+to build only the simplest of C++ applications. In the deeply
+embedded world, that is probably all that is necessary. If you
+have a need for more extensive C++ support, the following libraries
+are recommended:
+
+ - libstdc++ (part of GCC)
+ - STLport http://www.stlport.org/
+ - uClibc++ http://cxx.uclibc.org/
+
+At present, only the following are supported here:
+
+ - void *operator new(std::size_t nbytes);
+ - void operator delete(void* ptr); \ No newline at end of file