summaryrefslogtreecommitdiff
path: root/spec/if/rtems/fatal
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-24 20:44:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-24 20:46:09 +0200
commit86dbbfa4f84ba3a9059f954cdb02e2439f960df4 (patch)
treeedbbd3453113ecabb53d311fdee6aa88566ab1b2 /spec/if/rtems/fatal
parentcead53ef13d31f19e789dd33dfeb5e2c655ffde4 (diff)
spec: Add requirements text to groups
Diffstat (limited to 'spec/if/rtems/fatal')
-rw-r--r--spec/if/rtems/fatal/group.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/spec/if/rtems/fatal/group.yml b/spec/if/rtems/fatal/group.yml
index de0790cd..5d7ad404 100644
--- a/spec/if/rtems/fatal/group.yml
+++ b/spec/if/rtems/fatal/group.yml
@@ -1,12 +1,12 @@
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: |
The Fatal Error Manager processes all fatal or irrecoverable errors and other
sources of system termination (for example after ``exit()``). Fatal errors
are identified by the fatal source and error code pair.
+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: RTEMSAPIClassicFatal
interface-type: group
@@ -16,4 +16,6 @@ links:
- role: interface-ingroup
uid: ../group
name: Fatal Error Manager
+text: |
+ The Classic API shall provide an interface to the Fatal Error Manager.
type: interface