summaryrefslogtreecommitdiffstats
path: root/c-user/cache/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/cache/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/cache/index.rst')
-rw-r--r--c-user/cache/index.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/c-user/cache/index.rst b/c-user/cache/index.rst
new file mode 100644
index 0000000..c8f7263
--- /dev/null
+++ b/c-user/cache/index.rst
@@ -0,0 +1,15 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+
+.. index:: cache
+
+.. _RTEMSAPIClassicCache:
+
+Cache Manager
+*************
+
+.. toctree::
+
+ introduction
+ directives