summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/group.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/intr/if/group.yml')
-rw-r--r--spec/rtems/intr/if/group.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/rtems/intr/if/group.yml b/spec/rtems/intr/if/group.yml
new file mode 100644
index 00000000..e1c4c8af
--- /dev/null
+++ b/spec/rtems/intr/if/group.yml
@@ -0,0 +1,24 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+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
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: ../../if/group
+name: Interrupt Manager
+text: |
+ The Classic API shall provide an interface to the Interrupt Manager.
+type: interface