summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spstkalloc03/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config: Changeable size for IDLE stack allocatorSebastian Huber2022-10-141-2/+2
| | | | | | | | Allow the IDLE stack allocator to change the stack size. This can be used by applications with a very dynamic thread-local storage size to adjust the thread storage area of the IDLE tasks dynamically. Update #4524.
* testsuites/sptests/sp[s-z]*: Change license to BSD-2Joel Sherrill2022-04-051-3/+22
| | | | Updates #3053.
* Add support for IDLE Thread stack allocatorJoel Sherrill2021-10-111-0/+103
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.