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: ${../../impl/cpu/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/aligned:/name} to define the alignment of a statically allocated task storage area. type: interface