summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/dpmemdata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/include/rtems/rtems/*.h: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* config: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-1/+3
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* rtems: Canonicalize implementation Doxygen groupsSebastian Huber2020-12-021-2/+2
| | | | | | | | | Rename Classic API top-level group from Classic to RTEMSImplClassic. Use RTEMSImplClassic as a prefix for the subgroups. Change the group names to be in line with the API group names. Use common phrases for the group brief descriptions. Update #3706.
* score: Static Objects_Information initializationSebastian Huber2018-12-141-0/+25
| | | | | | | | | | | 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-1/+1
| | | | Update #3598.
* rtems: Move internal structures to dpmemdata.hSebastian Huber2018-11-121-0/+56
Update #3598.