summaryrefslogtreecommitdiff
path: root/cpukit/score/src/mpcidefault.c (follow)
AgeCommit message (Collapse)Author
2020-02-12score: Statically allocate idle/MPCI stacksSebastian Huber
Place idle and MPCI stacks into extra linker sections. This can be optionally used by applications to control the placement of the stacks. Update #3835.
2019-12-13config: Statically allocate MP object controlsSebastian Huber
Update #3735.
2019-12-13config: Statically allocate MP thread proxiesSebastian Huber
Update #3735.
2019-12-13config: Add _MPCI_ConfigurationSebastian Huber
Replace the user MPCI configuration table with a system provided _MPCI_Configuration. Update #3735.