source: rtems/doc/relnotes/status.texi @ 158cdfa

4.115
Last change on this file since 158cdfa was 158cdfa, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/11 at 15:12:41

2011-12-06 Joel Sherrill <joel.sherrill@…>

PR 1793/doc

  • .cvsignore, install.texi, intro.texi, probrep.texi, relnotes.texi, status.texi: Convert from texi2www to texi2html.
  • Property mode set to 100644
File size: 4.5 KB
Line 
1@c
2@c  COPYRIGHT (c) 1989-2011.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@node Development Environment Status, Development Environment Status RTEMS Executive Status, Installation Procedure Installing RTEMS, Top
10@chapter Development Environment Status
11@menu
12* Development Environment Status RTEMS Executive Status::
13* Development Environment Status Development Environment Status::
14* Development Environment Status Known Problems::
15@end menu
16
17This chapter will describe the current status of
18release version @value{VERSION} of the RTEMS Development Environment.
19
20@node Development Environment Status RTEMS Executive Status, Development Environment Status Development Environment Status, Development Environment Status, Development Environment Status
21@section RTEMS Executive Status
22
23Release @value{VERSION} of the RTEMS Executive contains support
24for both the classic RTEMS API based on the RTEID specification as well
25as support for POSIX threads and real-time extensions.
26
27The classic RTEMS API has the following managers based upon the RTEID
28specification:
29
30@itemize @bullet
31@item Task
32@item Initialization
33@item Clock
34@item Timer
35@item Interrupt
36@item Fatal Error
37@item Message
38@item Semaphore
39@item Event
40@item Signal
41@item Region
42@item Partition
43@item Dual Ported Memory
44@item I/O
45@item Multiprocessing
46@item Rate Monotonic
47@item User Extensions
48@end itemize
49
50RTEMS also has support for the following managers based upon the POSIX threads
51and real-time extensions:
52
53@itemize @bullet
54@item Thread
55@item Clock
56@item Key
57@item Condition Variable
58@item Mutex
59@item Signal
60@item Scheduler
61@end itemize
62
63This release of the C implementation supports the
64following processors and target boards:
65
66@itemize @bullet
67@item Motorola M68k family
68@itemize -
69@item DY-4 DMV152, SVME153
70@item Motorola IDP
71@item Motorola MVME135, MVME136
72@item Motorola MVME147, MVME147S
73@item Motorola MVME162
74@item EFI 68000 and 68332
75@item Generic 68302
76@item Generic 68360 and 68360 in companion mode with 68040
77@end itemize
78
79@item Intel i386 family
80@itemize -
81@item Force CPU386
82@item Intel i386ex eval board
83@item PC-AT i386 and above (go32)
84@end itemize
85
86@item PowerPC
87@itemize -
88@item Papyrus (proprietary controller)
89@end itemize
90
91@item SPARC
92@itemize -
93@item ERC32 (space-hardened V7)
94@end itemize
95
96@item MIPS
97@itemize -
98@item P4000 with R4600 or R4650
99@end itemize
100
101@end itemize
102
103Support for the Cygnus NEWLIB Standard C Library is
104provided with this release which may be used on any of the RTEMS
105supported targets.  The BSPs only provide support for console
106I/O only using this library.  Support for the reentrancy
107capabilities of newlib is provided in the RTEMS distribution.
108
109@node Development Environment Status Development Environment Status, Development Environment Status Known Problems, Development Environment Status RTEMS Executive Status, Development Environment Status
110@section Development Environment Status
111
112This section details the versions of the tools used
113to develop and maintain RTEMS @value{VERSION}:
114
115@itemize @bullet
116@item Cross Tools
117@itemize -
118@item gcc - 2.7.2.2 with rtems patch
119@item binutils - 2.7 with rtems patch
120@item zip - 1.2.4
121@item make - 3.74
122@end itemize
123@end itemize
124
125
126@node Development Environment Status Known Problems, Executive Problems, Development Environment Status Development Environment Status, Development Environment Status
127@section Known Problems
128@menu
129* Executive Problems::
130* Development Environment Problems::
131* RTEMS Problem Reporting::
132@end menu
133
134Problems which are known to exist at the time of
135release are described in the following sections.  These are
136provided as warnings to the user and where possible, workarounds
137are provided until the problem is corrected.
138
139@node Executive Problems, Development Environment Problems, Development Environment Status Known Problems, Development Environment Status Known Problems
140@subsection Executive Problems
141
142There are no known bugs in the executive itself.
143
144@node Development Environment Problems, RTEMS Problem Reporting, Executive Problems, Development Environment Status Known Problems
145@subsection Development Environment Problems
146
147There are no known major problems with the
148development environment.
149
150@node RTEMS Problem Reporting, RTEMS PROBLEM REPORT, Development Environment Problems, Development Environment Status Known Problems
151@subsection RTEMS Problem Reporting
152
153The RTEMS Project uses the GNATS Problem Reporting and Tracking System.
154Instructions for reporting a problem are located at
155@uref{http://www.rtems.com/bugs.html}.
Note: See TracBrowser for help on using the repository browser.