summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 07:52:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 07:52:08 -0600
commit5ac1c9adabdb5bd299c3bedaf7e09f1971797d04 (patch)
treeb138385468cded7e833068bda695ecfe5f9fbd6e /apps/examples/README.txt
parentb73c2bdabb5dc418b587d7c70a502831ece7d38e (diff)
downloadpx4-nuttx-5ac1c9adabdb5bd299c3bedaf7e09f1971797d04.tar.gz
px4-nuttx-5ac1c9adabdb5bd299c3bedaf7e09f1971797d04.tar.bz2
px4-nuttx-5ac1c9adabdb5bd299c3bedaf7e09f1971797d04.zip
examples/cpuhog and serialblaster from Bob Doiron
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
^^^^^^^^^^^^^^^^