source: rtems/doc/FAQ/entry @ 1b97fe7

4.104.114.84.95
Last change on this file since 1b97fe7 was 1b97fe7, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/99 at 20:52:06

Added comment explaining what this file is.

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[1b97fe7]1#
2#  $Id$
3#
4
5This is the RTEMS entry in the Crossgcc FAQ at http://www.objsw.com.
6As of 8/19/99, it has been submitted twice and the FAQ not updated.
[d11a35c]7
8RTEMS is a freely available, royalty free real-time executive with
9multiprocessor capabilities.  RTEMS' design provides performance and
10capabilities are comparable to those of the best commercial executives.
11The directive execution times and other critical performance measures such
12as interrupt latency are best of class. RTEMS was developed by On-Line
13Applications Research Corporation (OAR) under contract to the U.S. Army
14Missile Command.
15
16
17RTEMS includes support for multiple APIs.  Currently RTEMS supports a
18POSIX threads API, and an RTEID based API which is similar to pSOS+.
19RTEMS includes a number of advanced real-time features including optional
20rate monotonic scheduling support, binary semapahores with priority
21inheritance, and watchdog timer functions.
22
23RTEMS includes a port of the FreeBSD TCP/IP stack that has high
24performance on very modest hardware.  A remote debug server is supported
25on some targets that allows debugging across the network.
26
27RTEMS provides a rich run-time environment with a reentrant C library,
28POSIX 1003.1b support, and file system support.  It also includes optional
29debug aids like stack overflow and heap integrity checking.
30
31RTEMS is built using GNU autoconf and can be built on any host supporting
32the GNU tools including Linux, FreeBSD, NetBSD, Solaris, and MS-Windows to
33name but a few.  The current RTEMS release supports a the following CPU
34families:
35
36  Motorola m680x0, m683xx, and ColdFire
37  Motorola and IBM PowerPC (4xx, 6xx, 7xx, and 8xx)
38  Hitachi SH-1
39  Intel i386, i486, Pentium, and i960
40  SPARC
41  MIPS
42  HP PA-RISC
43  AMD A29K
44
45There are over 35 Board Support Packages included with RTEMS including
46BSPs for the SPARC and PowerPC simulators included with gdb.  There are
47numerous BSPs for CPUs targetting the embedded market such as the Motorola
48m683xx and mpc8xx series which support the on-CPU peripherals.
49
50WWW:
51
52http://www.OARcorp.com
53
54E-mail:
55
56rtems-info@OARcorp.com or
57Joel Sherrill (joel@OARcorp.com)
58
Note: See TracBrowser for help on using the repository browser.