From 657e30c135f22c4448cfd13f8113b23e72776dad Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Nov 2020 16:07:04 +0100 Subject: config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE In order to better support applications which use the new rtems_task_construct() directive add the CONFIGURE_INIT_TASK_CONSTURCT_STORAGE_SIZE configuration option. If this option is specified, then the Classic API initialization task is constructed with rtems_task_construct(). Update #4181. --- spec/build/testsuites/sptests/grp.yml | 2 ++ 1 file changed, 2 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 b1bf85942d..3ceddfad44 100644 --- a/spec/build/testsuites/sptests/grp.yml +++ b/spec/build/testsuites/sptests/grp.yml @@ -254,6 +254,8 @@ links: uid: spfatal32 - role: build-dependency uid: spfatal33 +- role: build-dependency + uid: spfatal34 - role: build-dependency uid: spfifo01 - role: build-dependency -- cgit v1.2.3