mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 16:06:39 +08:00

This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
18 lines
482 B
ReStructuredText
18 lines
482 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
|
|
|
|
Introduction
|
|
============
|
|
|
|
The user extensions manager allows the application developer to augment the
|
|
executive by allowing them to supply extension routines which are invoked at
|
|
critical system events. The directives provided by the user extensions manager
|
|
are:
|
|
|
|
- :ref:`rtems_extension_create`
|
|
|
|
- :ref:`rtems_extension_ident`
|
|
|
|
- :ref:`rtems_extension_delete`
|