[rtems-central commit] spec: Fix RTEMS_TASK_STORAGE_ALIGNMENT
Sebastian Huber
sebh at rtems.org
Thu Mar 4 06:34:24 UTC 2021
Module: rtems-central
Branch: master
Commit: 56f715e965a8405ae69734a7414c33451f38354a
Changeset: http://git.rtems.org/rtems-central/commit/?id=56f715e965a8405ae69734a7414c33451f38354a
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Mar 3 09:33:50 2021 +0100
spec: Fix RTEMS_TASK_STORAGE_ALIGNMENT
---
spec/rtems/task/if/storage-alignment.yml | 2 +-
spec/score/cpu/if/stack-alignment.yml | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/spec/rtems/task/if/storage-alignment.yml b/spec/rtems/task/if/storage-alignment.yml
index c2aa348..8ce3147 100644
--- a/spec/rtems/task/if/storage-alignment.yml
+++ b/spec/rtems/task/if/storage-alignment.yml
@@ -5,7 +5,7 @@ brief: |
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: ${/score/cpu/if/heap-alignment:/name}
+ default: ${/score/cpu/if/stack-alignment:/name}
variants: []
description: null
enabled-by: true
diff --git a/spec/score/cpu/if/stack-alignment.yml b/spec/score/cpu/if/stack-alignment.yml
new file mode 100644
index 0000000..223f014
--- /dev/null
+++ b/spec/score/cpu/if/stack-alignment.yml
@@ -0,0 +1,12 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+index-entries: []
+interface-type: unspecified-define
+links:
+- role: interface-placement
+ uid: header
+name: CPU_STACK_ALIGNMENT
+reference: null
+type: interface
More information about the vc
mailing list