mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 18:03:49 +08:00
libtests: Add contents to rbheap and stackchk documentation files
This commit is contained in:
committed by
Joel Sherrill
parent
4e108d7919
commit
46123cf24f
@@ -0,0 +1,20 @@
|
||||
# COPYRIGHT (c) 2014.
|
||||
# On-Line Applications Research Corporation (OAR).
|
||||
# Cynthia Rempel <cynthia@rtems.org>
|
||||
# The license and distribution terms for this file may be
|
||||
# found in the file LICENSE in this distribution or at
|
||||
# http://www.rtems.com/license/LICENSE.
|
||||
#
|
||||
This file describes the directives and concepts tested by this test set.
|
||||
|
||||
test set name: stackchk
|
||||
|
||||
directives:
|
||||
+ rtems_clock_get_tod
|
||||
+ rtems_task_ident
|
||||
+ rtems_task_wake_after
|
||||
+ rtems_stack_checker_report_usage
|
||||
|
||||
concepts:
|
||||
+ This set of three tasks do some simple task switching for about
|
||||
15 seconds and then call a routine to "blow the stack".
|
||||
Reference in New Issue
Block a user