summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-16 13:08:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-09-16 13:08:58 +0000
commita72e3dd1cb5ab971c874238f92ef3cab1dbc5778 (patch)
tree9a42cbe36a3c58e4a9a3fdaf51dd889949e5f626 /c/src/lib/libmisc
parentsyslog added (diff)
downloadrtems-a72e3dd1cb5ab971c874238f92ef3cab1dbc5778.tar.bz2
updated
Diffstat (limited to 'c/src/lib/libmisc')
-rw-r--r--c/src/lib/libmisc/README15
1 files changed, 11 insertions, 4 deletions
diff --git a/c/src/lib/libmisc/README b/c/src/lib/libmisc/README
index 6825898121..bbde4feeae 100644
--- a/c/src/lib/libmisc/README
+++ b/c/src/lib/libmisc/README
@@ -3,14 +3,21 @@
#
This directory contains for the "miscellaneous" library. Currently
-the only item in this library is a user extension set which checks
-for a task "blowing" it's stack.
+this library contains a number of useful support libraries:
+
+ + Task Stack Overflow Checker
+ + Workspace Consistency Checker
+ + Task Execution Time Monitor
+ + Period Statistics Monitor
+ + Debug Monitor
The following ideas have been mentioned for items which could go
in this library, but this list is not all inclusive:
- + Workspace Consistency Checker
- + Task Execution Time Monitor
+ + there are no outstanding suggestions.
The intent of this library is to provide a home for useful utility routines
which are dependent upon RTEMS.
+
+--joel
+16 Sept 97