summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-16 11:34:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 08:22:09 +0100
commit5c4bfd277b4b83e9313d4b82f3acd733a130290f (patch)
tree100200c222feb2dc1e7bbfe2b985b06edd50d539 /spec/rtems/task/req
parentspec: Specify status constants (diff)
downloadrtems-central-5c4bfd277b4b83e9313d4b82f3acd733a130290f.tar.bz2
spec: Improve acfg specification
Rework BSP provided configuration settings.
Diffstat (limited to 'spec/rtems/task/req')
-rw-r--r--spec/rtems/task/req/ident.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/rtems/task/req/ident.yml b/spec/rtems/task/req/ident.yml
index b505199b..964c6532 100644
--- a/spec/rtems/task/req/ident.yml
+++ b/spec/rtems/task/req/ident.yml
@@ -81,6 +81,7 @@ test-header: null
test-includes: []
test-local-includes:
- tr-object-ident.h
+- ts-config.h
test-prepare: null
test-setup:
brief: null
@@ -111,7 +112,7 @@ test-support: |
RTEMS_ALIGNED( RTEMS_TASK_STORAGE_ALIGNMENT )
static char ClassicTaskIdentStorage[
RTEMS_TASK_STORAGE_SIZE(
- MAX_TLS_SIZE + RTEMS_MINIMUM_STACK_SIZE,
+ MAX_TLS_SIZE + TEST_MINIMUM_STACK_SIZE,
TASK_ATTRIBUTES
)
];