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. --- cpukit/include/rtems/score/interr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/include/rtems/score/interr.h') diff --git a/cpukit/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h index b1f1061c82..01ece772b8 100644 --- a/cpukit/include/rtems/score/interr.h +++ b/cpukit/include/rtems/score/interr.h @@ -204,7 +204,8 @@ typedef enum { INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT = 38, INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL = 39, INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA = 40, - INTERNAL_ERROR_TOO_LARGE_TLS_SIZE = 41 + INTERNAL_ERROR_TOO_LARGE_TLS_SIZE = 41, + INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED = 42, } Internal_errors_Core_list; typedef CPU_Uint32ptr Internal_errors_t; -- cgit v1.2.3