From 56f715e965a8405ae69734a7414c33451f38354a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 3 Mar 2021 09:33:50 +0100 Subject: 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(-) create mode 100644 spec/score/cpu/if/stack-alignment.yml diff --git a/spec/rtems/task/if/storage-alignment.yml b/spec/rtems/task/if/storage-alignment.yml index c2aa348d..8ce31472 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 00000000..223f0144 --- /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 -- cgit v1.2.3