summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/sptests/spstkalloc04.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-111-0/+19
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.