summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-02 09:39:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-02 13:27:38 +0200
commit79a6de8de527ed7e548cd215dfef3231232fa6e5 (patch)
treedd9f08210fd455bc83b720b4dedf45c09cdcf57a
parentspec: Add basedefs.h to score group (diff)
downloadrtems-central-79a6de8de527ed7e548cd215dfef3231232fa6e5.tar.bz2
spec: Add groups for rtems_printer
-rw-r--r--spec/rtems/io/if/group-io.yml16
-rw-r--r--spec/rtems/io/if/group-print-support-rtems.yml16
-rw-r--r--spec/rtems/io/if/group-print-support.yml16
-rw-r--r--spec/rtems/io/if/header-4.yml2
-rw-r--r--spec/rtems/io/if/printer.yml2
5 files changed, 52 insertions, 0 deletions
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