summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/getconfigmax.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* sapi: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-2/+20
| | | | | | | 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: Use object information to get config maxSebastian Huber2018-12-141-0/+102
Use functions instead of macros. Add missing rtems_configuration_get_maximum_*() functions. Update #3621.