Re: [PATCH v2 0/4] Add CONFIGURE_INIT_TASK_STORAGE_SIZE

2020-11-24 Thread Sebastian Huber
On 24/11/2020 12:35, Chris Johns wrote: * Ensure that CONFIGURE_INIT_TASK_STACK_SIZE is greater than or equal to CONFIGURE_INIT_TASK_STACK_SIZE. I do not understand this sentence. Sorry for the typo: Ensure that CONFIGURE_INIT_TASK_STACK_SIZE is greater than or equal to CONFIGURE_MINIMUM

Re: [PATCH v2 0/4] Add CONFIGURE_INIT_TASK_STORAGE_SIZE

2020-11-24 Thread Chris Johns
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 cons