Changeset a72e3dd in rtems for c/src/lib/libmisc/README
- Timestamp:
- 09/16/97 13:08:58 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6b4ca31
- Parents:
- fc4675f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libmisc/README
rfc4675f0 ra72e3dd 4 4 5 5 This directory contains for the "miscellaneous" library. Currently 6 the only item in this library is a user extension set which checks 7 for a task "blowing" it's stack. 6 this library contains a number of useful support libraries: 7 8 + Task Stack Overflow Checker 9 + Workspace Consistency Checker 10 + Task Execution Time Monitor 11 + Period Statistics Monitor 12 + Debug Monitor 8 13 9 14 The following ideas have been mentioned for items which could go 10 15 in this library, but this list is not all inclusive: 11 16 12 + Workspace Consistency Checker 13 + Task Execution Time Monitor 17 + there are no outstanding suggestions. 14 18 15 19 The intent of this library is to provide a home for useful utility routines 16 20 which are dependent upon RTEMS. 21 22 --joel 23 16 Sept 97
Note: See TracChangeset
for help on using the changeset viewer.