summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spstkalloc03/spstkalloc03.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-10-01 14:56:34 -0500
committerJoel Sherrill <joel@rtems.org>2021-10-07 10:31:38 -0500
commitc8a10609883c67629ea029be617a42b75d168f0f (patch)
tree77fb5ef6d9a04763840be4a205516d5fb542d6e4 /testsuites/sptests/spstkalloc03/spstkalloc03.doc
parentpowerpc/motorola_powerpc: Map LibBSD bus space to the PCI base address (diff)
downloadrtems-c8a10609883c67629ea029be617a42b75d168f0f.tar.bz2
Add support for IDLE Thread stack allocator
Add a stack allocator hook specifically for allocation of IDLE thread stacks. This allows the user to decide if IDLE thread stacks are statically allocated or handled by the same custom allocator mechanism as other thread stacks. Closes #4520.
Diffstat (limited to 'testsuites/sptests/spstkalloc03/spstkalloc03.doc')
-rw-r--r--testsuites/sptests/spstkalloc03/spstkalloc03.doc19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuites/sptests/spstkalloc03/spstkalloc03.doc b/testsuites/sptests/spstkalloc03/spstkalloc03.doc
new file mode 100644
index 0000000000..797716b623
--- /dev/null
+++ b/testsuites/sptests/spstkalloc03/spstkalloc03.doc
@@ -0,0 +1,19 @@
+# COPYRIGHT (c) 2021.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.org/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: spstkalloc03
+
+directives:
+
+concepts:
+
++ Ensure that the task stack allocator including IDLE thread
+ stack allocator works.
+