summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpcidefault.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-1/+4
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
| | | | This order change fixes the Latex documentation build via Doxygen.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* score: Statically allocate idle/MPCI stacksSebastian Huber2020-02-121-0/+8
| | | | | | | 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.
* config: Statically allocate MP object controlsSebastian Huber2019-12-131-0/+3
| | | | Update #3735.
* config: Statically allocate MP thread proxiesSebastian Huber2019-12-131-0/+3
| | | | Update #3735.
* config: Add _MPCI_ConfigurationSebastian Huber2019-12-131-0/+31
Replace the user MPCI configuration table with a system provided _MPCI_Configuration. Update #3735.