summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-19 07:26:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-19 07:26:09 +0200
commit940b7ea6ada4be2fc4d6996da3a9f1d6b49b7b7b (patch)
tree7e0a6b768087114a2d7c9c8232baf93acfda8315 /spec/rtems/basedefs/if
parentspec: Remove common place sentence (diff)
downloadrtems-central-940b7ea6ada4be2fc4d6996da3a9f1d6b49b7b7b.tar.bz2
Update company name
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
Diffstat (limited to 'spec/rtems/basedefs/if')
-rw-r--r--spec/rtems/basedefs/if/alias.yml2
-rw-r--r--spec/rtems/basedefs/if/align-down.yml2
-rw-r--r--spec/rtems/basedefs/if/align-up.yml2
-rw-r--r--spec/rtems/basedefs/if/aligned.yml2
-rw-r--r--spec/rtems/basedefs/if/alignof.yml2
-rw-r--r--spec/rtems/basedefs/if/alloc-align.yml2
-rw-r--r--spec/rtems/basedefs/if/alloc-size-2.yml2
-rw-r--r--spec/rtems/basedefs/if/alloc-size.yml2
-rw-r--r--spec/rtems/basedefs/if/array-size.yml2
-rw-r--r--spec/rtems/basedefs/if/compiler-deprecated-attribute.yml2
-rw-r--r--spec/rtems/basedefs/if/compiler-memory-barrier.yml2
-rw-r--r--spec/rtems/basedefs/if/compiler-no-return-attribute.yml2
-rw-r--r--spec/rtems/basedefs/if/compiler-packed-attribute.yml2
-rw-r--r--spec/rtems/basedefs/if/compiler-pure-attribute.yml2
-rw-r--r--spec/rtems/basedefs/if/compiler-unused-attribute.yml2
-rw-r--r--spec/rtems/basedefs/if/concat.yml2
-rw-r--r--spec/rtems/basedefs/if/const.yml2
-rw-r--r--spec/rtems/basedefs/if/container-of.yml2
-rw-r--r--spec/rtems/basedefs/if/declare-global-symbol.yml2
-rw-r--r--spec/rtems/basedefs/if/deconst.yml2
-rw-r--r--spec/rtems/basedefs/if/define-global-symbol.yml2
-rw-r--r--spec/rtems/basedefs/if/deprecated.yml2
-rw-r--r--spec/rtems/basedefs/if/dequalify-depthx.yml2
-rw-r--r--spec/rtems/basedefs/if/dequalify.yml2
-rw-r--r--spec/rtems/basedefs/if/devolatile.yml2
-rw-r--r--spec/rtems/basedefs/if/expand.yml2
-rw-r--r--spec/rtems/basedefs/if/false.yml2
-rw-r--r--spec/rtems/basedefs/if/function-name.yml2
-rw-r--r--spec/rtems/basedefs/if/group.yml2
-rw-r--r--spec/rtems/basedefs/if/have-member-same-type.yml2
-rw-r--r--spec/rtems/basedefs/if/header.yml2
-rw-r--r--spec/rtems/basedefs/if/inline-routine.yml2
-rw-r--r--spec/rtems/basedefs/if/malloclike.yml2
-rw-r--r--spec/rtems/basedefs/if/no-inline.yml2
-rw-r--r--spec/rtems/basedefs/if/no-return.yml2
-rw-r--r--spec/rtems/basedefs/if/noinit.yml2
-rw-r--r--spec/rtems/basedefs/if/obfuscate-variable.yml2
-rw-r--r--spec/rtems/basedefs/if/packed.yml2
-rw-r--r--spec/rtems/basedefs/if/predict-false.yml2
-rw-r--r--spec/rtems/basedefs/if/predict-true.yml2
-rw-r--r--spec/rtems/basedefs/if/printflike.yml2
-rw-r--r--spec/rtems/basedefs/if/return-address.yml2
-rw-r--r--spec/rtems/basedefs/if/section.yml2
-rw-r--r--spec/rtems/basedefs/if/static-analysis.yml2
-rw-r--r--spec/rtems/basedefs/if/static-assert.yml2
-rw-r--r--spec/rtems/basedefs/if/string.yml2
-rw-r--r--spec/rtems/basedefs/if/symbol-name.yml2
-rw-r--r--spec/rtems/basedefs/if/true.yml2
-rw-r--r--spec/rtems/basedefs/if/typeof-refx.yml2
-rw-r--r--spec/rtems/basedefs/if/unreachable.yml2
-rw-r--r--spec/rtems/basedefs/if/used.yml2
-rw-r--r--spec/rtems/basedefs/if/warn-unused-result.yml2
-rw-r--r--spec/rtems/basedefs/if/weak-alias.yml2
-rw-r--r--spec/rtems/basedefs/if/weak.yml2
-rw-r--r--spec/rtems/basedefs/if/xconcat.yml2
-rw-r--r--spec/rtems/basedefs/if/xstring.yml2
-rw-r--r--spec/rtems/basedefs/if/zero-length-array.yml2
57 files changed, 57 insertions, 57 deletions
diff --git a/spec/rtems/basedefs/if/alias.yml b/spec/rtems/basedefs/if/alias.yml
index 18601274..cdd909c4 100644
--- a/spec/rtems/basedefs/if/alias.yml
+++ b/spec/rtems/basedefs/if/alias.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Instructs the compiler to generate an alias to the target function.
copyrights:
-- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2016 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/align-down.yml b/spec/rtems/basedefs/if/align-down.yml
index ca11765f..cf3ea0d7 100644
--- a/spec/rtems/basedefs/if/align-down.yml
+++ b/spec/rtems/basedefs/if/align-down.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Aligns down the value to the alignment.
copyrights:
-- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2016 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/align-up.yml b/spec/rtems/basedefs/if/align-up.yml
index 816a8b1d..e3fde07b 100644
--- a/spec/rtems/basedefs/if/align-up.yml
+++ b/spec/rtems/basedefs/if/align-up.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Aligns up the value to the alignment.
copyrights:
-- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2016 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/aligned.yml b/spec/rtems/basedefs/if/aligned.yml
index 1267b110..5533d3cd 100644
--- a/spec/rtems/basedefs/if/aligned.yml
+++ b/spec/rtems/basedefs/if/aligned.yml
@@ -3,7 +3,7 @@ brief: |
Instructs the compiler in a declaration or definition to enforce the
alignment.
copyrights:
-- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2016 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/alignof.yml b/spec/rtems/basedefs/if/alignof.yml
index 8abd6252..e9299228 100644
--- a/spec/rtems/basedefs/if/alignof.yml
+++ b/spec/rtems/basedefs/if/alignof.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the alignment requirement of the type.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/alloc-align.yml b/spec/rtems/basedefs/if/alloc-align.yml
index db6cb05e..aa2d1bcb 100644
--- a/spec/rtems/basedefs/if/alloc-align.yml
+++ b/spec/rtems/basedefs/if/alloc-align.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a declaration that the memory allocation alignment
parameter of this function is similar to aligned_alloc().
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/alloc-size-2.yml b/spec/rtems/basedefs/if/alloc-size-2.yml
index 80046b8f..e7621962 100644
--- a/spec/rtems/basedefs/if/alloc-size-2.yml
+++ b/spec/rtems/basedefs/if/alloc-size-2.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a declaration that the memory allocation item count and
item size parameter of this function is similar to calloc().
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/alloc-size.yml b/spec/rtems/basedefs/if/alloc-size.yml
index d0d9a8d1..2c34c4a2 100644
--- a/spec/rtems/basedefs/if/alloc-size.yml
+++ b/spec/rtems/basedefs/if/alloc-size.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a declaration that the memory allocation size parameter
of this function is similar to malloc().
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/array-size.yml b/spec/rtems/basedefs/if/array-size.yml
index 2c0ff209..66beff25 100644
--- a/spec/rtems/basedefs/if/array-size.yml
+++ b/spec/rtems/basedefs/if/array-size.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the element count of the array.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/compiler-deprecated-attribute.yml b/spec/rtems/basedefs/if/compiler-deprecated-attribute.yml
index 34c30fb0..5c32ace8 100644
--- a/spec/rtems/basedefs/if/compiler-deprecated-attribute.yml
+++ b/spec/rtems/basedefs/if/compiler-deprecated-attribute.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Provided for backward compatibility.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: |
${deprecated:/name}
diff --git a/spec/rtems/basedefs/if/compiler-memory-barrier.yml b/spec/rtems/basedefs/if/compiler-memory-barrier.yml
index b5cdca94..3de4cf0f 100644
--- a/spec/rtems/basedefs/if/compiler-memory-barrier.yml
+++ b/spec/rtems/basedefs/if/compiler-memory-barrier.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This macro forbids the compiler to reorder read and write commands around it.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/compiler-no-return-attribute.yml b/spec/rtems/basedefs/if/compiler-no-return-attribute.yml
index f527962b..c3aa7208 100644
--- a/spec/rtems/basedefs/if/compiler-no-return-attribute.yml
+++ b/spec/rtems/basedefs/if/compiler-no-return-attribute.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Provided for backward compatibility.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: |
${no-return:/name}
diff --git a/spec/rtems/basedefs/if/compiler-packed-attribute.yml b/spec/rtems/basedefs/if/compiler-packed-attribute.yml
index 092419e6..fdc3e514 100644
--- a/spec/rtems/basedefs/if/compiler-packed-attribute.yml
+++ b/spec/rtems/basedefs/if/compiler-packed-attribute.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Provided for backward compatibility.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: |
${packed:/name}
diff --git a/spec/rtems/basedefs/if/compiler-pure-attribute.yml b/spec/rtems/basedefs/if/compiler-pure-attribute.yml
index b76a4869..929317a4 100644
--- a/spec/rtems/basedefs/if/compiler-pure-attribute.yml
+++ b/spec/rtems/basedefs/if/compiler-pure-attribute.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Provided for backward compatibility.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: |
${pure:/name}
diff --git a/spec/rtems/basedefs/if/compiler-unused-attribute.yml b/spec/rtems/basedefs/if/compiler-unused-attribute.yml
index bf99ff9e..245f51fe 100644
--- a/spec/rtems/basedefs/if/compiler-unused-attribute.yml
+++ b/spec/rtems/basedefs/if/compiler-unused-attribute.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Provided for backward compatibility.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: |
${unused:/name}
diff --git a/spec/rtems/basedefs/if/concat.yml b/spec/rtems/basedefs/if/concat.yml
index cd79a6e4..2f75b112 100644
--- a/spec/rtems/basedefs/if/concat.yml
+++ b/spec/rtems/basedefs/if/concat.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Concatenates _x and _y without expanding.
copyrights:
-- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2015 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/const.yml b/spec/rtems/basedefs/if/const.yml
index 739a8d81..8f4204b5 100644
--- a/spec/rtems/basedefs/if/const.yml
+++ b/spec/rtems/basedefs/if/const.yml
@@ -4,7 +4,7 @@ brief: |
except the return value and that the return value depends only on the value
of parameters.
copyrights:
-- Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2019 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/container-of.yml b/spec/rtems/basedefs/if/container-of.yml
index 5d3ee09f..45d1e4d8 100644
--- a/spec/rtems/basedefs/if/container-of.yml
+++ b/spec/rtems/basedefs/if/container-of.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the container of a member.
copyrights:
-- Copyright (C) 2014 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2014 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/declare-global-symbol.yml b/spec/rtems/basedefs/if/declare-global-symbol.yml
index e172a5a4..947e2252 100644
--- a/spec/rtems/basedefs/if/declare-global-symbol.yml
+++ b/spec/rtems/basedefs/if/declare-global-symbol.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Declares a global symbol with the name.
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/deconst.yml b/spec/rtems/basedefs/if/deconst.yml
index 5de1587c..4f31d4e8 100644
--- a/spec/rtems/basedefs/if/deconst.yml
+++ b/spec/rtems/basedefs/if/deconst.yml
@@ -3,7 +3,7 @@ brief: |
Performs a type cast which removes const qualifiers without warnings to the
type for the pointer variable.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2014 Paval Pisa
definition:
default:
diff --git a/spec/rtems/basedefs/if/define-global-symbol.yml b/spec/rtems/basedefs/if/define-global-symbol.yml
index 4cbeb539..eb8e1ad4 100644
--- a/spec/rtems/basedefs/if/define-global-symbol.yml
+++ b/spec/rtems/basedefs/if/define-global-symbol.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Defines a global symbol with the name and value.
copyrights:
-- Copyright (C) 2018, 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018, 2020 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/deprecated.yml b/spec/rtems/basedefs/if/deprecated.yml
index c83a63c9..ec960cfb 100644
--- a/spec/rtems/basedefs/if/deprecated.yml
+++ b/spec/rtems/basedefs/if/deprecated.yml
@@ -3,7 +3,7 @@ brief: |
Instructs the compiler in a declaration to issue a warning whenever a
variable, function, or type using this declaration will be used.
copyrights:
-- Copyright (C) 2009 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2009 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/dequalify-depthx.yml b/spec/rtems/basedefs/if/dequalify-depthx.yml
index e6354194..a582242f 100644
--- a/spec/rtems/basedefs/if/dequalify-depthx.yml
+++ b/spec/rtems/basedefs/if/dequalify-depthx.yml
@@ -3,7 +3,7 @@ brief: |
Performs a type cast which removes qualifiers without warnings to the
type for the variable.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2014 Paval Pisa
definition:
default:
diff --git a/spec/rtems/basedefs/if/dequalify.yml b/spec/rtems/basedefs/if/dequalify.yml
index d3f5415a..7b31f441 100644
--- a/spec/rtems/basedefs/if/dequalify.yml
+++ b/spec/rtems/basedefs/if/dequalify.yml
@@ -3,7 +3,7 @@ brief: |
Performs a type cast which removes all qualifiers without warnings to the
type for the pointer variable.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2014 Paval Pisa
definition:
default:
diff --git a/spec/rtems/basedefs/if/devolatile.yml b/spec/rtems/basedefs/if/devolatile.yml
index 4d853db5..cd23b6e5 100644
--- a/spec/rtems/basedefs/if/devolatile.yml
+++ b/spec/rtems/basedefs/if/devolatile.yml
@@ -3,7 +3,7 @@ brief: |
Performs a type cast which removes volatile qualifiers without warnings to
the type for the pointer variable.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2014 Paval Pisa
definition:
default:
diff --git a/spec/rtems/basedefs/if/expand.yml b/spec/rtems/basedefs/if/expand.yml
index 38f185d4..6300980b 100644
--- a/spec/rtems/basedefs/if/expand.yml
+++ b/spec/rtems/basedefs/if/expand.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Helper macro to perform a macro expansion on the token.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/false.yml b/spec/rtems/basedefs/if/false.yml
index 5036cc98..ec3f8afb 100644
--- a/spec/rtems/basedefs/if/false.yml
+++ b/spec/rtems/basedefs/if/false.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
If FALSE is undefined, then FALSE is defined to 0.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: '0'
variants: []
diff --git a/spec/rtems/basedefs/if/function-name.yml b/spec/rtems/basedefs/if/function-name.yml
index 1f36d1ee..d58158c9 100644
--- a/spec/rtems/basedefs/if/function-name.yml
+++ b/spec/rtems/basedefs/if/function-name.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Expands to the name of the function containing the use of this define.
copyrights:
-- Copyright (C) 2023 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
definition:
default:
${/compiler/if/func:/name}
diff --git a/spec/rtems/basedefs/if/group.yml b/spec/rtems/basedefs/if/group.yml
index 715dd138..c5af8650 100644
--- a/spec/rtems/basedefs/if/group.yml
+++ b/spec/rtems/basedefs/if/group.yml
@@ -3,7 +3,7 @@ brief: |
This group contains basic macros and defines to give access to
compiler-specific features.
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: RTEMSAPIBaseDefs
diff --git a/spec/rtems/basedefs/if/have-member-same-type.yml b/spec/rtems/basedefs/if/have-member-same-type.yml
index 15cdd80f..77d92d89 100644
--- a/spec/rtems/basedefs/if/have-member-same-type.yml
+++ b/spec/rtems/basedefs/if/have-member-same-type.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Checks if members of two types have compatible types.
copyrights:
-- Copyright (C) 2017 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2017 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/header.yml b/spec/rtems/basedefs/if/header.yml
index c8b888ee..72e607b5 100644
--- a/spec/rtems/basedefs/if/header.yml
+++ b/spec/rtems/basedefs/if/header.yml
@@ -3,7 +3,7 @@ brief: |
This header file provides basic definitions used by the API and
the implementation.
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/basedefs/if/inline-routine.yml b/spec/rtems/basedefs/if/inline-routine.yml
index 3d344f5b..83120f60 100644
--- a/spec/rtems/basedefs/if/inline-routine.yml
+++ b/spec/rtems/basedefs/if/inline-routine.yml
@@ -3,7 +3,7 @@ brief: |
Gives a hint to the compiler in a function declaration to inline this
function.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: static inline
variants:
diff --git a/spec/rtems/basedefs/if/malloclike.yml b/spec/rtems/basedefs/if/malloclike.yml
index 078ba42b..895b1163 100644
--- a/spec/rtems/basedefs/if/malloclike.yml
+++ b/spec/rtems/basedefs/if/malloclike.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a declaration that this function is a memory allocation
function similar to malloc().
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/no-inline.yml b/spec/rtems/basedefs/if/no-inline.yml
index 0cac2401..c83c66f4 100644
--- a/spec/rtems/basedefs/if/no-inline.yml
+++ b/spec/rtems/basedefs/if/no-inline.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Instructs the compiler in a function declaration to not inline this function.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/no-return.yml b/spec/rtems/basedefs/if/no-return.yml
index ed125736..70413c1e 100644
--- a/spec/rtems/basedefs/if/no-return.yml
+++ b/spec/rtems/basedefs/if/no-return.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a function declaration that this function does not
return.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/noinit.yml b/spec/rtems/basedefs/if/noinit.yml
index 753b218d..9bdb470b 100644
--- a/spec/rtems/basedefs/if/noinit.yml
+++ b/spec/rtems/basedefs/if/noinit.yml
@@ -3,7 +3,7 @@ brief: |
Instructs the compiler to place the variable in a section which is not
initialized.
copyrights:
-- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH & Co. KG
definition:
default: |
${section:/name}( ".noinit" )
diff --git a/spec/rtems/basedefs/if/obfuscate-variable.yml b/spec/rtems/basedefs/if/obfuscate-variable.yml
index fc840969..bf644b42 100644
--- a/spec/rtems/basedefs/if/obfuscate-variable.yml
+++ b/spec/rtems/basedefs/if/obfuscate-variable.yml
@@ -3,7 +3,7 @@ brief: |
Obfuscates the variable so that the compiler cannot perform optimizations
based on the variable value.
copyrights:
-- Copyright (C) 2016, 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2016, 2018 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/packed.yml b/spec/rtems/basedefs/if/packed.yml
index efa9d4b5..8d645f95 100644
--- a/spec/rtems/basedefs/if/packed.yml
+++ b/spec/rtems/basedefs/if/packed.yml
@@ -3,7 +3,7 @@ brief: |
Instructs the compiler in a type definition to place members of a structure
or union so that the memory required is minimized.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/predict-false.yml b/spec/rtems/basedefs/if/predict-false.yml
index 9e89018f..cd169420 100644
--- a/spec/rtems/basedefs/if/predict-false.yml
+++ b/spec/rtems/basedefs/if/predict-false.yml
@@ -3,7 +3,7 @@ brief: |
Evaluates the integral expression and tells the compiler that the predicted
value is false (0).
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/predict-true.yml b/spec/rtems/basedefs/if/predict-true.yml
index a54a2b85..448365cb 100644
--- a/spec/rtems/basedefs/if/predict-true.yml
+++ b/spec/rtems/basedefs/if/predict-true.yml
@@ -3,7 +3,7 @@ brief: |
Evaluates the integral expression and tells the compiler that the predicted
value is true (1).
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/printflike.yml b/spec/rtems/basedefs/if/printflike.yml
index 31ef5724..d7c1b37a 100644
--- a/spec/rtems/basedefs/if/printflike.yml
+++ b/spec/rtems/basedefs/if/printflike.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a declaration that this function expects printf()-like
arguments.
copyrights:
-- Copyright (C) 2016 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2016 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/return-address.yml b/spec/rtems/basedefs/if/return-address.yml
index 4a896af6..1c59e9be 100644
--- a/spec/rtems/basedefs/if/return-address.yml
+++ b/spec/rtems/basedefs/if/return-address.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the return address of the current function.
copyrights:
-- Copyright (C) 2019 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2019 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/section.yml b/spec/rtems/basedefs/if/section.yml
index 957773e8..0db7748a 100644
--- a/spec/rtems/basedefs/if/section.yml
+++ b/spec/rtems/basedefs/if/section.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Instructs the compiler to place the variable or function in the section.
copyrights:
-- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2015 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/static-analysis.yml b/spec/rtems/basedefs/if/static-analysis.yml
index 880e4c5c..02e155b3 100644
--- a/spec/rtems/basedefs/if/static-analysis.yml
+++ b/spec/rtems/basedefs/if/static-analysis.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
It is defined if a static analysis run is performed.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: null
variants:
diff --git a/spec/rtems/basedefs/if/static-assert.yml b/spec/rtems/basedefs/if/static-assert.yml
index 6fd49b0f..152cd291 100644
--- a/spec/rtems/basedefs/if/static-assert.yml
+++ b/spec/rtems/basedefs/if/static-assert.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Asserts at compile time that the condition is satisfied.
copyrights:
-- Copyright (C) 2011, 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2011, 2020 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/string.yml b/spec/rtems/basedefs/if/string.yml
index 81d85f69..7bc4b484 100644
--- a/spec/rtems/basedefs/if/string.yml
+++ b/spec/rtems/basedefs/if/string.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Stringifies the arguments without expanding them.
copyrights:
-- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2015 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/symbol-name.yml b/spec/rtems/basedefs/if/symbol-name.yml
index de8662c8..e0a78c2c 100644
--- a/spec/rtems/basedefs/if/symbol-name.yml
+++ b/spec/rtems/basedefs/if/symbol-name.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Maps the name to the associated symbol name.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/true.yml b/spec/rtems/basedefs/if/true.yml
index f034ab6e..25cffb38 100644
--- a/spec/rtems/basedefs/if/true.yml
+++ b/spec/rtems/basedefs/if/true.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
If TRUE is undefined, then TRUE is defined to 1.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: '1'
variants: []
diff --git a/spec/rtems/basedefs/if/typeof-refx.yml b/spec/rtems/basedefs/if/typeof-refx.yml
index 427d213c..b8852499 100644
--- a/spec/rtems/basedefs/if/typeof-refx.yml
+++ b/spec/rtems/basedefs/if/typeof-refx.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Gets the pointer reference type.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 2014 Paval Pisa
definition:
default:
diff --git a/spec/rtems/basedefs/if/unreachable.yml b/spec/rtems/basedefs/if/unreachable.yml
index 786842d9..b0c51623 100644
--- a/spec/rtems/basedefs/if/unreachable.yml
+++ b/spec/rtems/basedefs/if/unreachable.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Tells the compiler that this program point is unreachable.
copyrights:
-- Copyright (C) 2016, 2023 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2016, 2023 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/used.yml b/spec/rtems/basedefs/if/used.yml
index e4190eac..7fc09278 100644
--- a/spec/rtems/basedefs/if/used.yml
+++ b/spec/rtems/basedefs/if/used.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Tells the compiler that the variable or function is used.
copyrights:
-- Copyright (C) 2009 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2009 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/warn-unused-result.yml b/spec/rtems/basedefs/if/warn-unused-result.yml
index 5abdbfe3..853c8ea4 100644
--- a/spec/rtems/basedefs/if/warn-unused-result.yml
+++ b/spec/rtems/basedefs/if/warn-unused-result.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a declaration that the result of this function should
be used.
copyrights:
-- Copyright (C) 2018 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2018 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/weak-alias.yml b/spec/rtems/basedefs/if/weak-alias.yml
index 6a2bbe8f..0c867bec 100644
--- a/spec/rtems/basedefs/if/weak-alias.yml
+++ b/spec/rtems/basedefs/if/weak-alias.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Instructs the compiler to generate a weak alias to the target function.
copyrights:
-- Copyright (C) 2017 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2017 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/weak.yml b/spec/rtems/basedefs/if/weak.yml
index 947998cb..765db548 100644
--- a/spec/rtems/basedefs/if/weak.yml
+++ b/spec/rtems/basedefs/if/weak.yml
@@ -3,7 +3,7 @@ brief: |
Tells the compiler in a function definition that this function should be
weak.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
definition:
default: ''
variants:
diff --git a/spec/rtems/basedefs/if/xconcat.yml b/spec/rtems/basedefs/if/xconcat.yml
index c703e0c8..28fb675d 100644
--- a/spec/rtems/basedefs/if/xconcat.yml
+++ b/spec/rtems/basedefs/if/xconcat.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Concatenates expansion of _x and expansion of _y.
copyrights:
-- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2015 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/xstring.yml b/spec/rtems/basedefs/if/xstring.yml
index 09a954e3..73f6814d 100644
--- a/spec/rtems/basedefs/if/xstring.yml
+++ b/spec/rtems/basedefs/if/xstring.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
Stringifies the expansion of the arguments.
copyrights:
-- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2015 embedded brains GmbH & Co. KG
definition:
default:
attributes: null
diff --git a/spec/rtems/basedefs/if/zero-length-array.yml b/spec/rtems/basedefs/if/zero-length-array.yml
index b82a2c5f..80ec8ffa 100644
--- a/spec/rtems/basedefs/if/zero-length-array.yml
+++ b/spec/rtems/basedefs/if/zero-length-array.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
This constant represents the element count of a zero-length array.
copyrights:
-- Copyright (C) 2014 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2014 embedded brains GmbH & Co. KG
definition:
default: '0'
variants: