summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/if/storage-alignment.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/task/if/storage-alignment.yml')
-rw-r--r--spec/rtems/task/if/storage-alignment.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/rtems/task/if/storage-alignment.yml b/spec/rtems/task/if/storage-alignment.yml
new file mode 100644
index 00000000..d6ae3593
--- /dev/null
+++ b/spec/rtems/task/if/storage-alignment.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ 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: ${/score/cpu/if/heap-alignment:/name}
+ variants: []
+description: null
+enabled-by: true
+interface-type: define
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: RTEMS_TASK_STORAGE_ALIGNMENT
+notes: |
+ Use it with ${../../basedefs/if/aligned:/name} to define the alignment of a
+ statically allocated task storage area.
+type: interface