summaryrefslogtreecommitdiffstats
path: root/spec/if/rtems/tasks/storage-alignment.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/tasks/storage-alignment.yml')
-rw-r--r--spec/if/rtems/tasks/storage-alignment.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/if/rtems/tasks/storage-alignment.yml b/spec/if/rtems/tasks/storage-alignment.yml
new file mode 100644
index 00000000..50b64991
--- /dev/null
+++ b/spec/if/rtems/tasks/storage-alignment.yml
@@ -0,0 +1,21 @@
+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.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+definition:
+ default: |
+ ${../basedefs/aligned:/name}( ${../../impl/cpu/stack-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: null
+type: interface