summaryrefslogtreecommitdiffstats
path: root/c-user/index.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-10 10:36:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-13 08:28:16 +0200
commit023f60936cb4aa49764a8abcb3e39a0455debebe (patch)
treee5bad5ef06d2b8013ec6e368a47cb0649df0723d /c-user/index.rst
parenteng: Fix wording in specification items (diff)
downloadrtems-docs-023f60936cb4aa49764a8abcb3e39a0455debebe.tar.bz2
c-user: Add "Cache Manager" chapter
The Cache Manager directives are available via <rtems.h>. Document most of them in the Classic API Guide. Not documented are the following directive since the API is not yet stable: * rtems_cache_coherent_allocate() * rtems_cache_coherent_free() * rtems_cache_coherent_add_area() Not documented are the following directive since the directives are not implemented on maintained platforms: * rtems_cache_freeze_data() * rtems_cache_freeze_instruction() * rtems_cache_unfreeze_data() * rtems_cache_unfreeze_instruction() Close #4513.
Diffstat (limited to 'c-user/index.rst')
-rw-r--r--c-user/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/c-user/index.rst b/c-user/index.rst
index ae782f0..385ea95 100644
--- a/c-user/index.rst
+++ b/c-user/index.rst
@@ -45,6 +45,7 @@ RTEMS Classic API Guide (|version|).
dual-ported-memory/index
io/index
kernel-character-io/index
+ cache/index
fatal-error/index
board_support_packages
user-extensions/index