summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal34 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZESebastian Huber2020-11-263-0/+71
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.