summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/objectdata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-2/+2
| | | | Update #3706
* score: Update Objects_Information documentationSebastian Huber2019-03-221-36/+115
|
* score: Static Objects_Information initializationSebastian Huber2018-12-141-1/+182
| | | | | | | | | | | 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.
* score: Move internal structures to objectdata.hSebastian Huber2018-11-121-0/+98
Update #3598.