summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/partdata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Fix rtems_partition_return_buffer()Sebastian Huber2021-08-121-5/+10
| | | | | | | | The rtems_partition_return_buffer() wrongly accepted which were exactly at the buffer area end. Use the buffer area limit address for the range checking. Close #4490.
* config: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-2/+2
| | | | | | | 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.
* rtems: Update partition documentationSebastian Huber2020-11-231-30/+61
|
* rtems: Canonicalize partition file documentationSebastian Huber2020-11-231-1/+2
|
* score: Static Objects_Information initializationSebastian Huber2018-12-141-0/+39
| | | | | | | | | | | 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 partdata.hSebastian Huber2018-11-121-0/+63
Update #3598.