summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 23e83f48f..3af7ccdad 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -121,11 +121,18 @@ examples/configdata
This is a Unit Test for the MTD configuration data driver
+examples/cpuhog
+^^^^^^^^^^^^^^^
+
+ Attempts to keep the system busy by passing data through a pipe in loop
+ back mode. This may be useful if you are trying run down other problems
+ that you think might only occur when the system is very busy.
+
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
+ C++ library is available. Due to licensing 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).
@@ -1442,6 +1449,13 @@ examples/sendmail
CONFIG_NETUTILS_UIPLIB=y
CONFIG_NETUTILS_SMTP=y
+examples/serialblaster
+^^^^^^^^^^^^^^^^^^^^^^
+
+ Sends a repeating pattern (the alphabet) out a serial por continuously.
+ This may be useful if you are trying run down other problems that you
+ think might only occur when the serial port usage is high.
+
examples/serloop
^^^^^^^^^^^^^^^^