summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/tasks/storage-alignment.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-21 16:04:36 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-16 11:39:08 +0200
commit724df1c5ef711c9399cd8c33b23aee40304d0332 (patch)
tree3f181d1f7e5d88d667532f8f70f45c13486a1ab3 /spec/if/rtems/tasks/storage-alignment.yml
parentspec: Specify rtems_task_create_from_config() (diff)
downloadrtems-central-724df1c5ef711c9399cd8c33b23aee40304d0332.tar.bz2
spec: Specify rtems_task_construct()
Previous directive name was rtems_task_create_from_config().
Diffstat (limited to 'spec/if/rtems/tasks/storage-alignment.yml')
-rw-r--r--spec/if/rtems/tasks/storage-alignment.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/if/rtems/tasks/storage-alignment.yml b/spec/if/rtems/tasks/storage-alignment.yml
index 50b64991..6a8f677c 100644
--- a/spec/if/rtems/tasks/storage-alignment.yml
+++ b/spec/if/rtems/tasks/storage-alignment.yml
@@ -1,12 +1,11 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This variable attribute defines the recommended alignment of a task storage
- area.
+ This constant defines the recommended alignment of a task storage area in
+ bytes.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: |
- ${../basedefs/aligned:/name}( ${../../impl/cpu/stack-alignment:/name} )
+ default: ${../../impl/cpu/heap-alignment:/name}
variants: []
description: null
enabled-by: true
@@ -17,5 +16,7 @@ links:
- role: interface-ingroup
uid: group
name: RTEMS_TASK_STORAGE_ALIGNMENT
-notes: null
+notes: |
+ Use it with ${../basedefs/aligned:/name} to define the alignment of a
+ statically allocated task storage area.
type: interface