source: rtems/doc/relnotes/status.texi @ 9e9d990

Last change on this file since 9e9d990 was 9e9d990, checked in by Joel Sherrill <joel.sherrill@…>, on 08/29/03 at 13:34:10

2003-08-29 Joel Sherrill <joel@…>

  • HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in, rtems_support.html.in, FAQ/basic.t, FAQ/build45.t, bsp_howto/analog.t, bsp_howto/discrete.t, bsp_howto/nvmem.t, bsp_howto/target.t, common/cpright.texi, gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html, gnu_docs/index.html, gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html, relnotes/install.texi, relnotes/intro.texi, relnotes/status.texi, started/nextstep.t, started_ada/intro.t, started_ada/tversions.texi: Migrate many obsolete references from oarcorp.com to rtems.com. Also send people to the support.html page rather than duplicate information.
  • images/rtems_logo.jpg: New file.
  • SUPPORT: Removed.
  • Property mode set to 100644
File size: 5.0 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@ifinfo
10@node Development Environment Status, Development Environment Status RTEMS Executive Status, Installation Procedure Installing RTEMS, Top
11@end ifinfo
12@chapter Development Environment Status
13@ifinfo
14@menu
15* Development Environment Status RTEMS Executive Status::
16* Development Environment Status Development Environment Status::
17* Development Environment Status Known Problems::
18@end menu
19@end ifinfo
20
21This chapter will describe the current status of
22release version @value{VERSION} of the RTEMS Development Environment.
23
24@ifinfo
25@node Development Environment Status RTEMS Executive Status, Development Environment Status Development Environment Status, Development Environment Status, Development Environment Status
26@end ifinfo
27@section RTEMS Executive Status
28
29Release @value{VERSION} of the RTEMS Executive contains support
30for both the classic RTEMS API based on the RTEID specification as well
31as support for POSIX threads and real-time extensions.
32
33The classic RTEMS API has the following managers based upon the RTEID
34specification:
35
36@itemize @bullet
37@item Task
38@item Initialization
39@item Clock
40@item Timer
41@item Interrupt
42@item Fatal Error
43@item Message
44@item Semaphore
45@item Event
46@item Signal
47@item Region
48@item Partition
49@item Dual Ported Memory
50@item I/O
51@item Multiprocessing
52@item Rate Monotonic
53@item User Extensions
54@end itemize
55
56RTEMS also has support for the following managers based upon the POSIX threads
57and real-time extensions:
58
59@itemize @bullet
60@item Thread
61@item Clock
62@item Key
63@item Condition Variable
64@item Mutex
65@item Signal
66@item Scheduler
67@end itemize
68
69This release of the C implementation supports the
70following processors and target boards:
71
72@itemize @bullet
73@item Motorola M68k family
74@itemize -
75@item DY-4 DMV152, SVME153
76@item Motorola IDP
77@item Motorola MVME135, MVME136
78@item Motorola MVME147, MVME147S
79@item Motorola MVME162
80@item EFI 68000 and 68332
81@item Generic 68302
82@item Generic 68360 and 68360 in companion mode with 68040
83@end itemize
84
85@item Intel i386 family
86@itemize -
87@item Force CPU386
88@item Intel i386ex eval board
89@item PC-AT i386 and above (go32)
90@end itemize
91
92@item Intel i960 family
93@itemize -
94@item Cyclone CVME960, CVME961
95@end itemize
96
97@item Hewlett Packard PA-RISC family
98@itemize -
99@item Processor Simulator
100@end itemize
101
102@item PowerPC
103@itemize -
104@item Papyrus (proprietary controller)
105@end itemize
106
107@item SPARC
108@itemize -
109@item ERC32 (space-hardened V7)
110@end itemize
111
112@item MIPS
113@itemize -
114@item P4000 with R4600 or R4650
115@end itemize
116
117@item AMD 29K
118@itemize -
119@item Portsw
120@end itemize
121
122@item UNIX
123@itemize -
124@item Hewlett Packard HPUX (PA-RISC)
125@item Sun Solaris 2.x (SPARC)
126@item Linux (i386)
127@end itemize
128
129@end itemize
130
131Support for the Cygnus NEWLIB Standard C Library is
132provided with this release which may be used on any of the RTEMS
133supported targets.  The BSPs only provide support for console
134I/O only using this library.  Support for the reentrancy
135capabilities of newlib is provided in the RTEMS distribution.
136
137@ifinfo
138@node Development Environment Status Development Environment Status, Development Environment Status Known Problems, Development Environment Status RTEMS Executive Status, Development Environment Status
139@end ifinfo
140@section Development Environment Status
141
142This section details the versions of the tools used
143to develop and maintain RTEMS @value{VERSION}:
144
145@itemize @bullet
146@item Cross Tools
147@itemize -
148@item gcc - 2.7.2.2 with rtems patch
149@item binutils - 2.7 with rtems patch
150@item zip - 1.2.4
151@item make - 3.74
152@end itemize
153@end itemize
154
155
156@ifinfo
157@node Development Environment Status Known Problems, Executive Problems, Development Environment Status Development Environment Status, Development Environment Status
158@end ifinfo
159@section Known Problems
160@ifinfo
161@menu
162* Executive Problems::
163* Development Environment Problems::
164* RTEMS Problem Reporting::
165@end menu
166@end ifinfo
167
168Problems which are known to exist at the time of
169release are described in the following sections.  These are
170provided as warnings to the user and where possible, workarounds
171are provided until the problem is corrected.
172
173@ifinfo
174@node Executive Problems, Development Environment Problems, Development Environment Status Known Problems, Development Environment Status Known Problems
175@end ifinfo
176@subsection Executive Problems
177
178There are no known bugs in the executive itself.
179
180@ifinfo
181@node Development Environment Problems, RTEMS Problem Reporting, Executive Problems, Development Environment Status Known Problems
182@end ifinfo
183@subsection Development Environment Problems
184
185There are no known major problems with the
186development environment.
187
188@ifinfo
189@node RTEMS Problem Reporting, RTEMS PROBLEM REPORT, Development Environment Problems, Development Environment Status Known Problems
190@end ifinfo
191@subsection RTEMS Problem Reporting
192
193The RTEMS Project uses the GNATS Problem Reporting and Tracking System.
194Instructions for reporting a problem are located at
195@uref{http://www.rtems.com/bugs.html}.
Note: See TracBrowser for help on using the repository browser.