From b44feffacb0903e889d3a15913aa365f0317604e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Jan 2020 11:28:36 +0100 Subject: eng: Rework preface and add mission statement Add mission statement based on the wiki page: https://devel.rtems.org/wiki/Mission_Statement Do format changes and some rewording. --- eng/preface.rst | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) (limited to 'eng/preface.rst') diff --git a/eng/preface.rst b/eng/preface.rst index 1e49aa7..593745c 100644 --- a/eng/preface.rst +++ b/eng/preface.rst @@ -1,29 +1,12 @@ .. SPDX-License-Identifier: CC-BY-SA-4.0 -.. Copyright (C) 2018. -.. COMMENT: RTEMS Foundation, The RTEMS Documentation Project +.. Copyright (C) 2020 embedded brains GmbH Preface ******* -The Real Time Executive for Multiprocessor Systems (RTEMS) operating -systems is a layered system with each of the public APIs implemented in -terms of a common foundation layer called the SuperCore. RTEMS provides -full capabilities for management of tasks, interrupts time, and multiple -processors in addition to those features typical of generic operating -systems. RTEMS has been implemented in both the Ada and C programming -languages. - -.. topic: RTEMS Mission Statement - - RTEMS development aims to provide a free deterministic real-time operating - system targeted towards deeply embedded systems which is competitive - with closed source products. The RTEMS project encourages the support - and use of standard APIs in order to promote application portability - and ease porting other packages to the RTEMS environment. Source: - https://devel.rtems.org/wiki/Mission_Statement - -The RTEMS development effort uses an open development environment in -which all users collaborate to improve RTEMS. The RTEMS cross development -toolset is based upon the free GNU tools and the open source C Library -newlib. RTEMS supports many host platforms and target architectures. +This manual aims to guide the development of RTEMS itself. You should read this +document if you want to participate in the development of RTEMS. Users of RTEMS +may find background information in this manual. Please refer to the +:r:url:`user` and :r:url:`c-user` if you want to know how the RTEMS development +environment is set up and how you can develop applications using RTEMS. -- cgit v1.2.3