summaryrefslogtreecommitdiff
path: root/spec/if/rtems/init
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-24 20:08:13 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-24 20:13:33 +0200
commitcead53ef13d31f19e789dd33dfeb5e2c655ffde4 (patch)
tree46ebf83c9acb253de7c86172eb86308dfdbb250d /spec/if/rtems/init
parent4ad78f2e66e79bcc4d46d71af79a59a2314bb713 (diff)
spec: Move interface groups
Diffstat (limited to 'spec/if/rtems/init')
-rw-r--r--spec/if/rtems/init/group.yml17
-rw-r--r--spec/if/rtems/init/initialize-executive.yml2
-rw-r--r--spec/if/rtems/init/shutdown-executive.yml2
3 files changed, 19 insertions, 2 deletions
diff --git a/spec/if/rtems/init/group.yml b/spec/if/rtems/init/group.yml
new file mode 100644
index 00000000..1a55e227
--- /dev/null
+++ b/spec/if/rtems/init/group.yml
@@ -0,0 +1,17 @@
+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)
+description: |
+ This group contains directives to initialize and shutdown the RTEMS
+ executive.
+enabled-by: true
+identifier: RTEMSAPIClassicInit
+interface-type: group
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: ../group
+name: Initialization and Shutdown
+type: interface
diff --git a/spec/if/rtems/init/initialize-executive.yml b/spec/if/rtems/init/initialize-executive.yml
index a917a4c1..d8a7bcf9 100644
--- a/spec/if/rtems/init/initialize-executive.yml
+++ b/spec/if/rtems/init/initialize-executive.yml
@@ -18,7 +18,7 @@ links:
- role: interface-placement
uid: header
- role: interface-ingroup
- uid: /groups/api/classic/init
+ uid: group
name: rtems_initialize_executive
notes: |
This directive should be called by boot_card() only.
diff --git a/spec/if/rtems/init/shutdown-executive.yml b/spec/if/rtems/init/shutdown-executive.yml
index 2aded543..517b0cdc 100644
--- a/spec/if/rtems/init/shutdown-executive.yml
+++ b/spec/if/rtems/init/shutdown-executive.yml
@@ -21,7 +21,7 @@ links:
- role: interface-placement
uid: header
- role: interface-ingroup
- uid: /groups/api/classic/init
+ uid: group
name: rtems_shutdown_executive
notes: |
This directive does not return to the caller.