summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/wkspacedata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scoe: Move workspace group definitionSebastian Huber2021-10-061-1/+9
| | | | | | Define the group in the header file which is used by <rtems/confdefs.h>. Update #3706.
* config: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-2/+3
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* Decouple the C Program Heap initializationSebastian Huber2020-10-011-0/+26
| | | | | | | Before this patch RTEMS_Malloc_Initialize() had a fixed dependency on _Workspace_Area. Introduce _Workspace_Malloc_initializer to have this dependency only if CONFIGURE_UNIFIED_WORK_AREAS is defined by the application configuration.
* config: Add _Workspace_Is_unifiedSebastian Huber2020-02-251-0/+8
| | | | | | | | | Move the unified workspace configuration constant out of the configuration table. Provide a default definition of the unified workspace constant. Update #3875.
* config: Add _Workspace_SizeSebastian Huber2020-02-251-0/+66
Move the workspace size configuration constant out of the configuration table. Update #3875.