summaryrefslogtreecommitdiff
path: root/testsuites/sptests/spstkalloc03 (follow)
AgeCommit message (Collapse)Author
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber
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.
2022-04-05testsuites/sptests/sp[i-z]*/*.doc: Change license to BSD-2Joel Sherrill
Updates #3053.
2022-04-05testsuites/sptests/sp[s-z]*: Change license to BSD-2Joel Sherrill
Updates #3053.
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.