summaryrefslogtreecommitdiff
path: root/cpukit/score/src/stackallocatorforidle.c (follow)
AgeCommit message (Collapse)Author
2022-04-11Doxygen: Adding Doxygen groups to filesqual-57Frank Kühndel
2021-11-22cpukit: Consistize OAR copyright headersKinsey Moore
These two OAR copyright headers are the only two in the codebase with a format that differs from the typical OAR copyright header. This makes all of the OAR copyright headers consistent.
2021-10-25score: Optimize default idle task stack allocatorSebastian Huber
Update #4524.
2021-10-11Add support for IDLE Thread stack allocatorJoel Sherrill
Add a stack allocator hook specifically for allocation of IDLE thread stacks. This allows the user to decide if IDLE thread stacks are statically allocated or handled by the same custom allocator mechanism as other thread stacks. Closes #4524.