[rtems-central commit] spec: Add groups for rtems_printer

Sebastian Huber sebh at rtems.org
Fri Sep 2 11:24:35 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    79a6de8de527ed7e548cd215dfef3231232fa6e5
Changeset: http://git.rtems.org/rtems-central/commit/?id=79a6de8de527ed7e548cd215dfef3231232fa6e5

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep  2 09:39:26 2022 +0200

spec: Add groups for rtems_printer

---

 spec/rtems/io/if/group-io.yml                  | 16 ++++++++++++++++
 spec/rtems/io/if/group-print-support-rtems.yml | 16 ++++++++++++++++
 spec/rtems/io/if/group-print-support.yml       | 16 ++++++++++++++++
 spec/rtems/io/if/header-4.yml                  |  2 ++
 spec/rtems/io/if/printer.yml                   |  2 ++
 5 files changed, 52 insertions(+)

diff --git a/spec/rtems/io/if/group-io.yml b/spec/rtems/io/if/group-io.yml
new file mode 100644
index 00000000..66a08f63
--- /dev/null
+++ b/spec/rtems/io/if/group-io.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+identifier: RTEMSAPIIO
+links:
+- role: interface-ingroup
+  uid: /if/group
+non-functional-type: design-group
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The IO support shall be a software architecture component containing the IO
+  support implementation.
+type: requirement
diff --git a/spec/rtems/io/if/group-print-support-rtems.yml b/spec/rtems/io/if/group-print-support-rtems.yml
new file mode 100644
index 00000000..9bd5db5c
--- /dev/null
+++ b/spec/rtems/io/if/group-print-support-rtems.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+identifier: RTEMSPrintSupport
+links:
+- role: interface-ingroup
+  uid: group-print-support
+non-functional-type: design-group
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The RTEMS print support shall be a software architecture component containing
+  the RTEMS-specific print support implemention.
+type: requirement
diff --git a/spec/rtems/io/if/group-print-support.yml b/spec/rtems/io/if/group-print-support.yml
new file mode 100644
index 00000000..93c3bb41
--- /dev/null
+++ b/spec/rtems/io/if/group-print-support.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+identifier: RTEMSAPIPrintSupport
+links:
+- role: interface-ingroup
+  uid: group-io
+non-functional-type: design-group
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+  The print support shall be a software architecture component containing the
+  print support implemention.
+type: requirement
diff --git a/spec/rtems/io/if/header-4.yml b/spec/rtems/io/if/header-4.yml
index 6e60a54f..85889371 100644
--- a/spec/rtems/io/if/header-4.yml
+++ b/spec/rtems/io/if/header-4.yml
@@ -9,6 +9,8 @@ interface-type: header-file
 links:
 - role: interface-placement
   uid: /score/if/domain
+- role: interface-ingroup
+  uid: group-print-support-rtems
 path: rtems/print.h
 prefix: cpukit/include
 type: interface
diff --git a/spec/rtems/io/if/printer.yml b/spec/rtems/io/if/printer.yml
index 368f6d58..9330861b 100644
--- a/spec/rtems/io/if/printer.yml
+++ b/spec/rtems/io/if/printer.yml
@@ -11,6 +11,8 @@ interface-type: struct
 links:
 - role: interface-placement
   uid: header-4
+- role: interface-ingroup
+  uid: group-print-support-rtems
 name: rtems_printer
 notes: null
 type: interface



More information about the vc mailing list