summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/cachecoherentalloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-26cpukit/cache: Report coherent add area failuresKinsey Moore1-12/+18
This alters the API for rtems_cache_coherent_add_area to allow reporting of failures that can occur during the process of adding a new area to the coherent cache heap.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-04-01cpukit/libcsupport/src/[a-f]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2020-04-16Canonicalize config.h includeSebastian Huber1-2/+2
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber1-0/+122
Add rtems_cache_coherent_free() and rtems_cache_coherent_add_area().