Changeset 023f609 in rtems-docs

Timestamp:
09/10/21 08:36:44 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
0bc62ee
Parents:
04bf6a7
git-author:
Sebastian Huber <sebastian.huber@…> (09/10/21 08:36:44)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/13/21 06:28:16)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.