summaryrefslogtreecommitdiffstats
path: root/user/glossary
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-15 23:41:06 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:07 -0400
commit5daabd23cfd13662e74ce8d069204882eb1fbad9 (patch)
treef4146d003923a3de5cf5071b76721b7883123364 /user/glossary
downloadrtems-docs-5daabd23cfd13662e74ce8d069204882eb1fbad9.tar.bz2
Initial reST documentation using Sphinx.
Diffstat (limited to 'user/glossary')
-rw-r--r--user/glossary/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/user/glossary/index.rst b/user/glossary/index.rst
new file mode 100644
index 0000000..534f928
--- /dev/null
+++ b/user/glossary/index.rst
@@ -0,0 +1,19 @@
+========
+Glossary
+========
+
+.. glossary::
+
+ Waf
+ Waf build system. For more information see http://www.waf.io/
+
+ See :ref:`waf`.
+
+
+ Test Suite
+ Testsuite
+ RTEMS test suite located in the ``testsuites/`` directory.
+
+
+ RTEMS
+ The Real-Time Executive for Multiprocessor Systems or RTEMS is a open source fully featured Real Time Operating System or RTOS that supports a variety of open standard application programming interfaces (API) and interface standards such as POSIX and BSD sockets.