[RTEMS Project] #4524: Re-add lost capability for custom stack allocator to allocate IDLE thread stacks
RTEMS trac
trac at rtems.org
Fri Oct 14 09:42:01 UTC 2022
#4524: Re-add lost capability for custom stack allocator to allocate IDLE thread
stacks
---------------------------+-------------------------------------
Reporter: Joel Sherrill | Owner: Joel Sherrill <joel@…>
Type: defect | Status: closed
Priority: normal | Milestone: 6.1
Component: rtems | Version: 6
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
---------------------------+-------------------------------------
Comment (by Sebastian Huber <sebastian.huber@…>):
In [changeset:"45ee958552ca35b6834985718ecd59b27fc52f86/rtems"
45ee958/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="45ee958552ca35b6834985718ecd59b27fc52f86"
config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE
By default, allocate the IDLE task storage areas from the RTEMS Workspace.
This avoids having to estimate the thread-local storage size in the
default
configuration.
Add the application configuration option CONFIGURE_IDLE_TASK_STORAGE_SIZE
to
request a static allocation of the task storage area for IDLE tasks.
Update #3835.
Update #4524.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4524#comment:9>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list