source: rtems/doc/FAQ/projects.t @ f6b0196

4.104.114.84.95
Last change on this file since f6b0196 was b0ab1d74, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:23:18

Added projects chapter to FAQ.

  • Property mode set to 100644
File size: 2.9 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1999.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter RTEMS Projects
10
11The questions in this category are regarding things that people
12are working on or that the RTEMS community would like to see work on.
13
14There are multiple ways to support the RTEMS Project.  Financial support
15is always welcomed.  This can be via sponsorship of a specific project
16such as one of the ones listed here or via volunteering in some
17capacity.
18
19@section Other Filesystems
20
21This is a list of the filesystems that would be nice to have support
22for in RTEMS.  For each filsystem, status and contact information is
23provided for those who have expressed interest in helping out or are actively
24working on it.
25
26@itemize @bullet
27@item TFTP client - read only, no write capability
28@itemize @bullet
29@item No Contact
30@end itemize
31
32@item DOS Filesystem - ???
33@itemize @bullet
34@item Peter Shoebridge <peter@@zeecube.com>
35@item Victor V. Vengerov <vvv@@tepkom.ru>
36@end itemize
37
38@item CD-ROM Filesystem - ???
39@itemize @bullet
40@item Peter Shoebridge <peter@@zeecube.com>
41@end itemize
42
43@item Flash Filesystem(s) - ???
44@itemize @bullet
45@item Rod Barman <rodb@@ieee.org>
46@item Victor V. Vengerov <vvv@@tepkom.ru>
47@end itemize
48
49@item Remote Host Filesystem - ???
50@itemize @bullet
51@item Wayne Bullaughey <wayne@@wmi.com>
52@end itemize
53
54@item NFS client - ???
55@itemize @bullet
56@item No Contact
57@end itemize
58
59@end itemize
60
61@section Java
62
63@subsection Kaffe
64
65This porting effort is underway and active.
66
67@itemize @bullet
68@item Jiri Gaisler <jgais@@ws.estec.esa.nl>
69@item Oscar Martinez de la Torre <omt@@wm.estec.esa.nl>
70@end itemize
71
72NOTE: An older version of Kaffe was ported to a pre-4.0 version of RTEMS.
73The network support in RTEMS was immature at that port and Kaffe had
74portability problems.  Together these resulted in an unclean port which
75was never merged.
76
77@subsection GNU Java Compiler (gjc)
78
79This porting effort is underway and active.
80
81@itemize @bullet
82@item Charles-Antoine Gauthier <charles.gauthier@@iit.nrc.ca>
83@end itemize
84
85@section CORBA
86
87@subsection TAO
88
89This porting effort is pending testing.  Erik ported the code but then
90discovered that his target board did not have enough memory to run
91any TAO tests.
92
93@itemize @bullet
94@item Erik Ivanenko <erik.ivanenko@@utoronto.ca>
95@end itemize
96
97@section APIs
98
99@subsection POSIX 1003.1b
100
101Support for POSIX 1003.1b is mature but there are a few remaining
102items including a handful of services, performance tests, and
103documentation.  Please refer to the Status chapter of the
104@i{POSIX API User's Guide} for more details.
105
106@subsection ITRON 3.0
107
108Support for ITRON 3.0 is in its beginning stages.  There are
109numerous managers left to implement, both functional and
110performance tests to write, and much documentation remaining.
111Please refer to the Status chapter of the @i{ITRON 3.0 API User's Guide}
112for specific details.
113
Note: See TracBrowser for help on using the repository browser.