summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/sptests/spstkalloc04.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* 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.