summaryrefslogtreecommitdiffstats
path: root/spec/rtems/attr
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/attr')
-rw-r--r--spec/rtems/attr/if/application-task.yml2
-rw-r--r--spec/rtems/attr/if/attribute.yml2
-rw-r--r--spec/rtems/attr/if/barrier-automatic-release.yml2
-rw-r--r--spec/rtems/attr/if/barrier-manual-release.yml2
-rw-r--r--spec/rtems/attr/if/binary-semaphore.yml2
-rw-r--r--spec/rtems/attr/if/counting-semaphore.yml2
-rw-r--r--spec/rtems/attr/if/default.yml2
-rw-r--r--spec/rtems/attr/if/fifo.yml2
-rw-r--r--spec/rtems/attr/if/floating-point.yml2
-rw-r--r--spec/rtems/attr/if/global.yml2
-rw-r--r--spec/rtems/attr/if/group.yml2
-rw-r--r--spec/rtems/attr/if/header.yml2
-rw-r--r--spec/rtems/attr/if/inherit-priority.yml2
-rw-r--r--spec/rtems/attr/if/local.yml2
-rw-r--r--spec/rtems/attr/if/multiprocessor-resource-sharing.yml2
-rw-r--r--spec/rtems/attr/if/no-floating-point.yml2
-rw-r--r--spec/rtems/attr/if/no-inherit-priority.yml2
-rw-r--r--spec/rtems/attr/if/no-multiprocessor-resource-sharing.yml2
-rw-r--r--spec/rtems/attr/if/no-priority-ceiling.yml2
-rw-r--r--spec/rtems/attr/if/priority-ceiling.yml2
-rw-r--r--spec/rtems/attr/if/priority.yml2
-rw-r--r--spec/rtems/attr/if/semaphore-class.yml2
-rw-r--r--spec/rtems/attr/if/simple-binary-semaphore.yml2
-rw-r--r--spec/rtems/attr/if/system-task.yml2
-rw-r--r--spec/rtems/attr/req/bit-set.yml2
-rw-r--r--spec/rtems/attr/req/default-equals.yml2
-rw-r--r--spec/rtems/attr/req/default.yml2
-rw-r--r--spec/rtems/attr/req/group.yml2
-rw-r--r--spec/rtems/attr/req/semaphore-class.yml2
-rw-r--r--spec/rtems/attr/req/unique.yml2
-rw-r--r--spec/rtems/attr/val/attr.yml2
31 files changed, 31 insertions, 31 deletions
diff --git a/spec/rtems/attr/if/application-task.yml b/spec/rtems/attr/if/application-task.yml
index a413ba60..ac2dddb7 100644
--- a/spec/rtems/attr/if/application-task.yml
+++ b/spec/rtems/attr/if/application-task.yml
@@ -4,7 +4,7 @@ brief: |
${../../task/if/create:/name} or ${../../task/if/construct:/name} shall be an
application task.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/attribute.yml b/spec/rtems/attr/if/attribute.yml
index 42941068..2d7c0146 100644
--- a/spec/rtems/attr/if/attribute.yml
+++ b/spec/rtems/attr/if/attribute.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This type represents Classic API attributes.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: ${/c/if/uint32_t:/name} ${.:/name}
diff --git a/spec/rtems/attr/if/barrier-automatic-release.yml b/spec/rtems/attr/if/barrier-automatic-release.yml
index 1fb0f43f..7a9945ba 100644
--- a/spec/rtems/attr/if/barrier-automatic-release.yml
+++ b/spec/rtems/attr/if/barrier-automatic-release.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API barrier created by
${../../barrier/if/create:/name} shall use the automatic release protocol.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000200'
diff --git a/spec/rtems/attr/if/barrier-manual-release.yml b/spec/rtems/attr/if/barrier-manual-release.yml
index 0869a341..9d6f6f36 100644
--- a/spec/rtems/attr/if/barrier-manual-release.yml
+++ b/spec/rtems/attr/if/barrier-manual-release.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API barrier created by
${../../barrier/if/create:/name} shall use the manual release protocol.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/binary-semaphore.yml b/spec/rtems/attr/if/binary-semaphore.yml
index 57ed976d..18f08dfb 100644
--- a/spec/rtems/attr/if/binary-semaphore.yml
+++ b/spec/rtems/attr/if/binary-semaphore.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API semaphore created by
${../../sem/if/create:/name} shall be a proper binary semaphore or mutex.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000010'
diff --git a/spec/rtems/attr/if/counting-semaphore.yml b/spec/rtems/attr/if/counting-semaphore.yml
index db742255..ad937f06 100644
--- a/spec/rtems/attr/if/counting-semaphore.yml
+++ b/spec/rtems/attr/if/counting-semaphore.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API semaphore created by
${../../sem/if/create:/name} shall be a counting semaphore.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/default.yml b/spec/rtems/attr/if/default.yml
index f4bd1302..d3a31fda 100644
--- a/spec/rtems/attr/if/default.yml
+++ b/spec/rtems/attr/if/default.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This attribute constant represents the default attribute set.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/fifo.yml b/spec/rtems/attr/if/fifo.yml
index 60de6e32..f1dad513 100644
--- a/spec/rtems/attr/if/fifo.yml
+++ b/spec/rtems/attr/if/fifo.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API object shall manage
blocking tasks using the FIFO discipline.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/floating-point.yml b/spec/rtems/attr/if/floating-point.yml
index 9a204e85..20154caf 100644
--- a/spec/rtems/attr/if/floating-point.yml
+++ b/spec/rtems/attr/if/floating-point.yml
@@ -4,7 +4,7 @@ brief: |
${../../task/if/create:/name} or ${../../task/if/construct:/name} shall be
able to use the floating point hardware.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000001'
diff --git a/spec/rtems/attr/if/global.yml b/spec/rtems/attr/if/global.yml
index 87d16755..86981db9 100644
--- a/spec/rtems/attr/if/global.yml
+++ b/spec/rtems/attr/if/global.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API object shall be a
global resource in a multiprocessing network.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000002'
diff --git a/spec/rtems/attr/if/group.yml b/spec/rtems/attr/if/group.yml
index 334e44ee..e738da2e 100644
--- a/spec/rtems/attr/if/group.yml
+++ b/spec/rtems/attr/if/group.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This group contains the Classic API directive attributes.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
description: null
enabled-by: true
identifier: RTEMSAPIClassicAttr
diff --git a/spec/rtems/attr/if/header.yml b/spec/rtems/attr/if/header.yml
index 7d8b8c65..3684ed64 100644
--- a/spec/rtems/attr/if/header.yml
+++ b/spec/rtems/attr/if/header.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This header file provides Classic API directive attributes.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
index-entries: []
interface-type: header-file
diff --git a/spec/rtems/attr/if/inherit-priority.yml b/spec/rtems/attr/if/inherit-priority.yml
index 9d61e2d3..be262a61 100644
--- a/spec/rtems/attr/if/inherit-priority.yml
+++ b/spec/rtems/attr/if/inherit-priority.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API semaphore created by
${../../sem/if/create:/name} shall use the Priority Inheritance Protocol.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000040'
diff --git a/spec/rtems/attr/if/local.yml b/spec/rtems/attr/if/local.yml
index e8b70056..ba3ed228 100644
--- a/spec/rtems/attr/if/local.yml
+++ b/spec/rtems/attr/if/local.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API object shall be a
local resource in a multiprocessing network.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/multiprocessor-resource-sharing.yml b/spec/rtems/attr/if/multiprocessor-resource-sharing.yml
index bfed6d35..3a23aed2 100644
--- a/spec/rtems/attr/if/multiprocessor-resource-sharing.yml
+++ b/spec/rtems/attr/if/multiprocessor-resource-sharing.yml
@@ -4,7 +4,7 @@ brief: |
${../../sem/if/create:/name} shall use the Multiprocessor Resource Sharing
Protocol.
copyrights:
-- Copyright (C) 2014, 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2014, 2020 embedded brains GmbH & Co. KG
definition:
default: '0x00000100'
variants: []
diff --git a/spec/rtems/attr/if/no-floating-point.yml b/spec/rtems/attr/if/no-floating-point.yml
index 8b85b3fa..1300221f 100644
--- a/spec/rtems/attr/if/no-floating-point.yml
+++ b/spec/rtems/attr/if/no-floating-point.yml
@@ -4,7 +4,7 @@ brief: |
${../../task/if/create:/name} or ${../../task/if/construct:/name} will not
use the floating point hardware.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/no-inherit-priority.yml b/spec/rtems/attr/if/no-inherit-priority.yml
index d9b37ff8..142cc8a4 100644
--- a/spec/rtems/attr/if/no-inherit-priority.yml
+++ b/spec/rtems/attr/if/no-inherit-priority.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API semaphore created by
${../../sem/if/create:/name} will not use the Priority Inheritance Protocol.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/no-multiprocessor-resource-sharing.yml b/spec/rtems/attr/if/no-multiprocessor-resource-sharing.yml
index a9de985a..938deb50 100644
--- a/spec/rtems/attr/if/no-multiprocessor-resource-sharing.yml
+++ b/spec/rtems/attr/if/no-multiprocessor-resource-sharing.yml
@@ -4,7 +4,7 @@ brief: |
${../../sem/if/create:/name} will not use the Multiprocessor Resource Sharing
Protocol.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/no-priority-ceiling.yml b/spec/rtems/attr/if/no-priority-ceiling.yml
index 7bd065c9..1df2bebd 100644
--- a/spec/rtems/attr/if/no-priority-ceiling.yml
+++ b/spec/rtems/attr/if/no-priority-ceiling.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API semaphore created by
${../../sem/if/create:/name} will not use the Priority Ceiling Protocol.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000000'
diff --git a/spec/rtems/attr/if/priority-ceiling.yml b/spec/rtems/attr/if/priority-ceiling.yml
index 53b01016..619f7558 100644
--- a/spec/rtems/attr/if/priority-ceiling.yml
+++ b/spec/rtems/attr/if/priority-ceiling.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API semaphore created by
${../../sem/if/create:/name} shall use the Priority Ceiling Protocol.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000080'
diff --git a/spec/rtems/attr/if/priority.yml b/spec/rtems/attr/if/priority.yml
index 59118808..64d6d564 100644
--- a/spec/rtems/attr/if/priority.yml
+++ b/spec/rtems/attr/if/priority.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API object shall manage
blocking tasks using the task priority discipline.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000004'
diff --git a/spec/rtems/attr/if/semaphore-class.yml b/spec/rtems/attr/if/semaphore-class.yml
index 373f8147..d2a9eced 100644
--- a/spec/rtems/attr/if/semaphore-class.yml
+++ b/spec/rtems/attr/if/semaphore-class.yml
@@ -4,7 +4,7 @@ brief: |
Classic API semaphore classes ${binary-semaphore:/name},
${counting-semaphore:/name}, and ${simple-binary-semaphore:/name}.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000030'
diff --git a/spec/rtems/attr/if/simple-binary-semaphore.yml b/spec/rtems/attr/if/simple-binary-semaphore.yml
index a3906df4..6a42f4d1 100644
--- a/spec/rtems/attr/if/simple-binary-semaphore.yml
+++ b/spec/rtems/attr/if/simple-binary-semaphore.yml
@@ -3,7 +3,7 @@ brief: |
This attribute constant indicates that the Classic API semaphore created by
${../../sem/if/create:/name} shall be a simple binary semaphore.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00000020'
diff --git a/spec/rtems/attr/if/system-task.yml b/spec/rtems/attr/if/system-task.yml
index 2db25a1e..baacd52e 100644
--- a/spec/rtems/attr/if/system-task.yml
+++ b/spec/rtems/attr/if/system-task.yml
@@ -4,7 +4,7 @@ brief: |
${../../task/if/create:/name} or ${../../task/if/construct:/name} shall be a
system task.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2008 On-Line Applications Research Corporation (OAR)
definition:
default: '0x00008000'
diff --git a/spec/rtems/attr/req/bit-set.yml b/spec/rtems/attr/req/bit-set.yml
index 04c5e431..ac182210 100644
--- a/spec/rtems/attr/req/bit-set.yml
+++ b/spec/rtems/attr/req/bit-set.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: requirement-refinement
diff --git a/spec/rtems/attr/req/default-equals.yml b/spec/rtems/attr/req/default-equals.yml
index 4ee6b8b2..3d676f8a 100644
--- a/spec/rtems/attr/req/default-equals.yml
+++ b/spec/rtems/attr/req/default-equals.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
functional-type: function
links:
diff --git a/spec/rtems/attr/req/default.yml b/spec/rtems/attr/req/default.yml
index 87076a73..f833609f 100644
--- a/spec/rtems/attr/req/default.yml
+++ b/spec/rtems/attr/req/default.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: requirement-refinement
diff --git a/spec/rtems/attr/req/group.yml b/spec/rtems/attr/req/group.yml
index c64b68d7..3a0a2e5d 100644
--- a/spec/rtems/attr/req/group.yml
+++ b/spec/rtems/attr/req/group.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
identifier: RTEMSImplClassicAttr
links:
diff --git a/spec/rtems/attr/req/semaphore-class.yml b/spec/rtems/attr/req/semaphore-class.yml
index dcb154e7..03134482 100644
--- a/spec/rtems/attr/req/semaphore-class.yml
+++ b/spec/rtems/attr/req/semaphore-class.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
functional-type: function
links:
diff --git a/spec/rtems/attr/req/unique.yml b/spec/rtems/attr/req/unique.yml
index 81c55d25..1ebd0698 100644
--- a/spec/rtems/attr/req/unique.yml
+++ b/spec/rtems/attr/req/unique.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: requirement-refinement
diff --git a/spec/rtems/attr/val/attr.yml b/spec/rtems/attr/val/attr.yml
index 96068c90..aa4f7a00 100644
--- a/spec/rtems/attr/val/attr.yml
+++ b/spec/rtems/attr/val/attr.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
enabled-by: true
links: []
test-actions: