summaryrefslogtreecommitdiff
path: root/spec/if/rtems/intr/group.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/if/rtems/intr/group.yml')
-rw-r--r--spec/if/rtems/intr/group.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/spec/if/rtems/intr/group.yml b/spec/if/rtems/intr/group.yml
index 180835c9..9208d41e 100644
--- a/spec/if/rtems/intr/group.yml
+++ b/spec/if/rtems/intr/group.yml
@@ -1,15 +1,15 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: API
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-description: |
+brief: |
Any real-time executive must provide a mechanism for quick response to
externally generated interrupts to satisfy the critical time constraints of
the application. The Interrupt Manager provides this mechanism for RTEMS.
This manager permits quick interrupt response times by providing the critical
ability to alter task execution which allows a task to be preempted upon exit
from an ISR.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+description: null
enabled-by: true
identifier: RTEMSAPIClassicIntr
interface-type: group
@@ -19,4 +19,6 @@ links:
- role: interface-ingroup
uid: ../group
name: Interrupt Manager
+text: |
+ The Classic API shall provide an interface to the Interrupt Manager.
type: interface