[PATCH rtems-central] spec: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING
Kinsey Moore
kinsey.moore at oarcorp.com
Mon Nov 1 19:37:57 UTC 2021
---
spec/acfg/if/exception-to-signal-mapping.yml | 22 ++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 spec/acfg/if/exception-to-signal-mapping.yml
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
--
2.30.2
More information about the devel
mailing list