[RTEMS Project] #3621: Statically initialize object information structures
RTEMS trac
trac at rtems.org
Fri Dec 14 06:04:08 UTC 2018
#3621: Statically initialize object information structures
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.1
Component: score | Version: 5
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"21275b58a5a69c3c838082ffc8a7a3641f32ea9a/rtems"
21275b58/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="21275b58a5a69c3c838082ffc8a7a3641f32ea9a"
score: Static Objects_Information initialization
Statically allocate the objects information together with the initial
set of objects either via <rtems/confdefs.h>. Provide default object
informations with zero objects via librtemscpu.a. This greatly
simplifies the workspace size estimate. RTEMS applications which do not
use the unlimited objects option are easier to debug since all objects
reside now in statically allocated objects of the right types.
Close #3621.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3621#comment:13>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list