summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-18 09:01:02 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 08:22:34 +0100
commitcd9d0ad1f00142cb273fa7d049abefcbd58a602f (patch)
tree501bd03041c9c7d2a630d3717a8380cfdb8ebc77 /spec/rtems/task/req
parentspec: Specify RTEMS_MINIMUM_PRIORITY (diff)
downloadrtems-central-cd9d0ad1f00142cb273fa7d049abefcbd58a602f.tar.bz2
spec: Specify RTEMS_CONFIGURED_MINIMUM_STACK_SIZE
Diffstat (limited to 'spec/rtems/task/req')
-rw-r--r--spec/rtems/task/req/configured-minimum-stack-size.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/rtems/task/req/configured-minimum-stack-size.yml b/spec/rtems/task/req/configured-minimum-stack-size.yml
new file mode 100644
index 00000000..ef03932f
--- /dev/null
+++ b/spec/rtems/task/req/configured-minimum-stack-size.yml
@@ -0,0 +1,17 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: interface-function
+ uid: ../if/configured-minimum-stack-size
+functional-type: function
+rationale: |
+ Using a value of zero will let ${../if/create:/name} select the configured
+ minimum task stack size.
+references: []
+requirement-type: functional
+text: |
+ The ${../if/configured-minimum-stack-size:/name} constant shall expand to a
+ constant expression which evaluates to the value of zero.
+type: requirement