mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 21:28:34 +08:00
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.