summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:13:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-21 11:15:25 +0100
commitdb7ca4af2dc201469b976294afcac8bcb2c48061 (patch)
treec610943ad870f7a94111442104d55639e6ae56db
parentspec: Fix typo in name (diff)
downloadrtems-central-db7ca4af2dc201469b976294afcac8bcb2c48061.tar.bz2
glossary: Add acronyms
-rw-r--r--spec-glossary/glossary/amp.yml12
-rw-r--r--spec-glossary/glossary/gpl.yml13
-rw-r--r--spec-glossary/glossary/gplv3.yml13
-rw-r--r--spec-glossary/glossary/llvm.yml15
-rw-r--r--spec-glossary/glossary/obc.yml12
5 files changed, 65 insertions, 0 deletions
diff --git a/spec-glossary/glossary/amp.yml b/spec-glossary/glossary/amp.yml
new file mode 100644
index 00000000..6b3dddc6
--- /dev/null
+++ b/spec-glossary/glossary/amp.yml
@@ -0,0 +1,12 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: ../glossary-general
+term: AMP
+text: |
+ This term is an acronym for Asymmetric Multiprocessing.
+type: glossary
diff --git a/spec-glossary/glossary/gpl.yml b/spec-glossary/glossary/gpl.yml
new file mode 100644
index 00000000..dc676517
--- /dev/null
+++ b/spec-glossary/glossary/gpl.yml
@@ -0,0 +1,13 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: ../glossary-general
+term: GPL
+text: |
+ This term is an acronym for
+ `GNU General Public License <https://www.gnu.org/licenses>`__.
+type: glossary
diff --git a/spec-glossary/glossary/gplv3.yml b/spec-glossary/glossary/gplv3.yml
new file mode 100644
index 00000000..2f01be99
--- /dev/null
+++ b/spec-glossary/glossary/gplv3.yml
@@ -0,0 +1,13 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: ../glossary-general
+term: GPLv3
+text: |
+ This term is an acronym for
+ `GNU General Public License Version 3 <https://www.gnu.org/licenses/gpl-3.0.html>`__.
+type: glossary
diff --git a/spec-glossary/glossary/llvm.yml b/spec-glossary/glossary/llvm.yml
new file mode 100644
index 00000000..61e68477
--- /dev/null
+++ b/spec-glossary/glossary/llvm.yml
@@ -0,0 +1,15 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: ../glossary-general
+term: LLVM
+text: |
+ This term is an acronym for
+ `Low Level Virtual Machine <https://www.llvm.org>`__.
+ The LLVM Project is a collection of modular and reusable compiler and
+ toolchain technologies.
+type: glossary
diff --git a/spec-glossary/glossary/obc.yml b/spec-glossary/glossary/obc.yml
new file mode 100644
index 00000000..e6182bd0
--- /dev/null
+++ b/spec-glossary/glossary/obc.yml
@@ -0,0 +1,12 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2023 embedded brains GmbH & Co. KG
+enabled-by: true
+glossary-type: term
+links:
+- role: glossary-member
+ uid: ../glossary-general
+term: OBC
+text: |
+ This term is an acronym for On-Board Computer.
+type: glossary