summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-11-01 14:37:03 -0500
committerJoel Sherrill <joel@rtems.org>2021-11-03 08:24:34 -0500
commit08fd839ed9b3bf388cc4c1d55934fb150c1d94ce (patch)
tree6fec10832749d6ae9b345ec4f9e27921b3fdca8b
parentmodules: Update rtems (diff)
downloadrtems-central-08fd839ed9b3bf388cc4c1d55934fb150c1d94ce.tar.bz2
spec: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING
-rw-r--r--spec/acfg/if/exception-to-signal-mapping.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/acfg/if/exception-to-signal-mapping.yml b/spec/acfg/if/exception-to-signal-mapping.yml
new file mode 100644
index 00000000..fc717e3e
--- /dev/null
+++ b/spec/acfg/if/exception-to-signal-mapping.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+appl-config-option-type: feature-enable
+copyrights:
+- Copyright (C) 2021 On-Line Applications Research Corporation (OAR)
+description: |
+ In case this configuration option is defined, then the machine exception to
+ POSIX signal mapping is configured during system initialization.
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: group-devdrv
+name: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING
+notes: |
+ This device driver is responsible for setting up a mapping from machine
+ exceptions to POSIX signals so that applications may consume them and alter
+ task execution as necessary.
+
+ This is especially useful for applications written in Ada or C++.
+text: ''
+type: interface