From 7d05a3d801e0d44de250abc174e35daae3d4e475 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 27 Feb 2020 14:51:05 +0100 Subject: eng: Add glossary Update #3853. --- eng/glossary.rst | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ eng/index.rst | 1 + 2 files changed, 62 insertions(+) create mode 100644 eng/glossary.rst (limited to 'eng') diff --git a/eng/glossary.rst b/eng/glossary.rst new file mode 100644 index 0000000..c58e67f --- /dev/null +++ b/eng/glossary.rst @@ -0,0 +1,61 @@ +.. SPDX-License-Identifier: CC-BY-SA-4.0 + +.. Copyright (C) 2017, 2019 embedded brains GmbH (http://www.embedded-brains.de) + +Glossary +******** + +.. glossary:: + :sorted: + + ABI + An acronym for Application Binary Interface. + + API + An acronym for Application Programming Interface. + + CCB + An acronym for Change Control Board. + + Doorstop + `Doorstop `_ is a + requirements management tool. + + EARS + An acronym for Easy Approach to Requirements Syntax. + + GCC + An acronym for `GNU Compiler Collection `_. + + GNAT + *GNAT* is the :term:`GNU` compiler for Ada, integrated into the + :term:`GCC`. + + GNU + An acronym for `GNU's Not Unix `_. + + ISVV + An acronym for Independent Software Verification and Validation. + + ReqIF + An acronym for + `Requirements Interchange Format `_. + + RTEMS + An acronym for Real-Time Executive for Multiprocessor Systems. + + software item + This term has the same meaning as :term:`software product`. + + software product + The *software product* is the :term:`RTEMS` real-time operating system. + + source code + This project uses the *source code* definition of the + `Linux Information Project `_: + "Source code (also referred to as source or code) is the version of + software as it is originally written (i.e., typed into a computer) by a + human in plain text (i.e., human readable alphanumeric characters)." + + YAML + An acronym for `YAML Ain't Markup Language `_. diff --git a/eng/index.rst b/eng/index.rst index ed314a9..a317727 100644 --- a/eng/index.rst +++ b/eng/index.rst @@ -37,4 +37,5 @@ RTEMS Software Engineering (|version|) appendix-a function_and_variable concept + glossary zreferences -- cgit v1.2.3