From 5ac1c9adabdb5bd299c3bedaf7e09f1971797d04 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Apr 2014 07:52:08 -0600 Subject: examples/cpuhog and serialblaster from Bob Doiron --- apps/examples/README.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'apps/examples/README.txt') 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 ^^^^^^^^^^^^^^^^ -- cgit v1.2.3