[PATCH v2 0/4] Add CONFIGURE_INIT_TASK_STORAGE_SIZE
Chris Johns
chrisj at rtems.org
Tue Nov 24 11:35:48 UTC 2020
On 24/11/20 6:33 pm, Sebastian Huber wrote:
> Currently, the Classic API initialization task is created with
> rtems_task_create(). In order to better support applications which use
> the new rtems_task_construct() directive add the
> CONFIGURE_INIT_TASK_STORAGE_SIZE configuration option which constructs
> the Classic API initialization task with rtems_task_construct().
>
> v2:
>
> * Do not mention rtems_task_construct() in the
> CONFIGURE_INIT_TASK_STORAGE_SIZE documentation.
I am not sure this is a solution. What happens is now hidden.
> * Ensure that CONFIGURE_INIT_TASK_STACK_SIZE is greater than or equal to
> CONFIGURE_INIT_TASK_STACK_SIZE.
I do not understand this sentence.
Chris
More information about the devel
mailing list