From 822ebb4cae2bb8bc9fe55915bd4acc4942fcd8ce Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Oct 2021 17:28:26 -0500 Subject: Add support for IDLE Thread stack allocator 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. --- spec/build/testsuites/sptests/grp.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/build/testsuites/sptests/grp.yml') diff --git a/spec/build/testsuites/sptests/grp.yml b/spec/build/testsuites/sptests/grp.yml index d3cd53fb4a..6b16c115ba 100644 --- a/spec/build/testsuites/sptests/grp.yml +++ b/spec/build/testsuites/sptests/grp.yml @@ -395,6 +395,10 @@ links: uid: spstkalloc - role: build-dependency uid: spstkalloc02 +- role: build-dependency + uid: spstkalloc03 +- role: build-dependency + uid: spstkalloc04 - role: build-dependency uid: spsysinit01 - role: build-dependency -- cgit v1.2.3