summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/README
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-08-17 01:07:10 +0000
committerChris Johns <chrisj@rtems.org>2007-08-17 01:07:10 +0000
commit8db468ffde833523535720e8ec8119d760a9561a (patch)
tree11ac560f17473229c34809cbb8a2e737157f8372 /testsuites/samples/README
parent2007-08-17 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-8db468ffde833523535720e8ec8119d760a9561a.tar.bz2
2007-08-17 Chris Johns <chrisj@rtems.org>
* Makefile.am, README, configure.ac, capture/.cvsignore, capture/Makefile.am, capture/capture.doc, capture/capture.scn, capture/init.c, capture/system.h, capture/test1.c: Add a sample test for the capture engine.
Diffstat (limited to 'testsuites/samples/README')
-rw-r--r--testsuites/samples/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/samples/README b/testsuites/samples/README
index b6e03a41f5..03234e95d7 100644
--- a/testsuites/samples/README
+++ b/testsuites/samples/README
@@ -42,6 +42,12 @@ The following describes each of the sample applications:
This is intended as a starting point for custom developed single
processor applications.
+ capture
+
+ This simple application starts the monitor and allows you access
+ to the capture engine. The capture engine provides a trace of
+ RTEMS activity and is used to debug your application.
+
cdtest
A very simple C++ application which demonstrates that it is
@@ -70,3 +76,8 @@ The following describes each of the sample applications:
This test has an initialization task create three application
tasks which sleep and periodically wake up and print the time.
+ unlimited
+
+ This is a test for the umlimited object feature of RTEMS. Here
+ you can configure RTEMS to give as many objects as memory
+ in the Workspace.