[RTEMS Project] #3835: Support statically allocated threads

RTEMS trac trac at rtems.org
Fri Oct 14 09:42:01 UTC 2022


#3835: Support statically allocated threads
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  enhancement      |      Status:  closed
 Priority:  normal           |   Milestone:  5.1
Component:  score            |     Version:  5
 Severity:  normal           |  Resolution:  fixed
 Keywords:  qualification    |  Blocked By:  3838
 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/3835#comment:39>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list