From 8db468ffde833523535720e8ec8119d760a9561a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 17 Aug 2007 01:07:10 +0000 Subject: 2007-08-17 Chris Johns * 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. --- testsuites/samples/README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'testsuites/samples/README') 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. -- cgit v1.2.3