summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectfreenothing.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.
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-0/+46
Rename _Stack_Free_nothing() in _Objects_Free_nothing() to make it reusable for the message queue buffers. Update #4007.