source: rtems-docs/eng/preface.rst @ e52906b

5
Last change on this file since e52906b was e52906b, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:06

Simplify SPDX-License-Identifier comment

  • Property mode set to 100644
File size: 1.3 KB
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2018.
4.. COMMENT: RTEMS Foundation, The RTEMS Documentation Project
5
6Preface
7*******
8
9The Real Time Executive for Multiprocessor Systems (RTEMS) operating
10systems is a layered system with each of the public APIs implemented in
11terms of a common foundation layer called the SuperCore. RTEMS provides
12full capabilities for management of tasks, interrupts time, and multiple
13processors in addition to those features typical of generic operating
14systems. RTEMS has been implemented in both the Ada and C programming
15languages.
16
17.. topic: RTEMS Mission Statement
18
19  RTEMS development aims to provide a free deterministic real-time operating
20  system targeted towards deeply embedded systems which is competitive
21  with closed source products. The RTEMS project encourages the support
22  and use of standard APIs in order to promote application portability
23  and ease porting other packages to the RTEMS environment. Source:
24  https://devel.rtems.org/wiki/Mission_Statement
25
26The RTEMS development effort uses an open development environment in
27which all users collaborate to improve RTEMS. The RTEMS cross development
28toolset is based upon the free GNU tools and the open source C Library
29newlib. RTEMS supports many host platforms and target architectures.
Note: See TracBrowser for help on using the repository browser.