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/spfatal34.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 spec/build/testsuites/sptests/spfatal34.yml (limited to 'spec/build/testsuites/sptests/spfatal34.yml') diff --git a/spec/build/testsuites/sptests/spfatal34.yml b/spec/build/testsuites/sptests/spfatal34.yml new file mode 100644 index 0000000000..b3bea84cda --- /dev/null +++ b/spec/build/testsuites/sptests/spfatal34.yml @@ -0,0 +1,19 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: test-program +cflags: [] +copyrights: +- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) +cppflags: [] +cxxflags: [] +enabled-by: true +features: c cprogram +includes: [] +ldflags: [] +links: [] +source: +- testsuites/sptests/spfatal34/init.c +stlib: [] +target: testsuites/sptests/spfatal34.exe +type: build +use-after: [] +use-before: [] -- cgit v1.2.3