From 023f60936cb4aa49764a8abcb3e39a0455debebe Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Sep 2021 10:36:44 +0200 Subject: c-user: Add "Cache Manager" chapter The Cache Manager directives are available via . 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. --- c-user/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'c-user/index.rst') 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 -- cgit v1.2.3