summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:23:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:23:18 +0000
commitb0ab1d747bfb93b1d9bf65cd901762d94da374ea (patch)
tree1cc030560c685bd07e5cd04c4370b9e310dce220
parentPatch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b0ab1d747bfb93b1d9bf65cd901762d94da374ea.tar.bz2
Added projects chapter to FAQ.
-rw-r--r--doc/FAQ/FAQ.texi2
-rw-r--r--doc/FAQ/Makefile9
-rw-r--r--doc/FAQ/projects.t113
3 files changed, 122 insertions, 2 deletions
diff --git a/doc/FAQ/FAQ.texi b/doc/FAQ/FAQ.texi
index 13d9868916..8b852fb047 100644
--- a/doc/FAQ/FAQ.texi
+++ b/doc/FAQ/FAQ.texi
@@ -70,6 +70,7 @@ END-INFO-DIR-ENTRY
@include freesw.texi
@include embeddedinfo.texi
@include hwdebugaids.texi
+@include projects.texi
@ifinfo
@node Top, Basic Information, (dir), (dir)
@@ -91,6 +92,7 @@ Common questions have been divided into the following categories.
* Free Software that Works with RTEMS::
* Resources for Embedded Information::
* Hardware to Ease Debugging::
+* RTEMS Projects::
@end menu
@c * Command and Variable Index::
diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile
index 14791eb4ac..da4cdb11ed 100644
--- a/doc/FAQ/Makefile
+++ b/doc/FAQ/Makefile
@@ -19,7 +19,7 @@ COMMON_FILES=../common/cpright.texi ../common/setup.texi
GENERATED_FILES= \
basic.texi tools.texi concepts.texi bsp.texi debug.texi freesw.texi \
- embeddedinfo.texi hwdebugaids.texi
+ embeddedinfo.texi hwdebugaids.texi projects.texi
FILES=$(PROJECT).texi $(GENERATED_FILES)
@@ -99,9 +99,14 @@ embeddedinfo.texi: embeddedinfo.t Makefile
-u "Top" \
-n "" ${*}.t
-
hwdebugaids.texi: hwdebugaids.t Makefile
$(BMENU) -c -p "" \
-u "Top" \
-n "" ${*}.t
+
+projects.texi: projects.t Makefile
+ $(BMENU) -c -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
diff --git a/doc/FAQ/projects.t b/doc/FAQ/projects.t
new file mode 100644
index 0000000000..5bd7043207
--- /dev/null
+++ b/doc/FAQ/projects.t
@@ -0,0 +1,113 @@
+@c
+@c COPYRIGHT (c) 1988-1999.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter RTEMS Projects
+
+The questions in this category are regarding things that people
+are working on or that the RTEMS community would like to see work on.
+
+There are multiple ways to support the RTEMS Project. Financial support
+is always welcomed. This can be via sponsorship of a specific project
+such as one of the ones listed here or via volunteering in some
+capacity.
+
+@section Other Filesystems
+
+This is a list of the filesystems that would be nice to have support
+for in RTEMS. For each filsystem, status and contact information is
+provided for those who have expressed interest in helping out or are actively
+working on it.
+
+@itemize @bullet
+@item TFTP client - read only, no write capability
+@itemize @bullet
+@item No Contact
+@end itemize
+
+@item DOS Filesystem - ???
+@itemize @bullet
+@item Peter Shoebridge <peter@@zeecube.com>
+@item Victor V. Vengerov <vvv@@tepkom.ru>
+@end itemize
+
+@item CD-ROM Filesystem - ???
+@itemize @bullet
+@item Peter Shoebridge <peter@@zeecube.com>
+@end itemize
+
+@item Flash Filesystem(s) - ???
+@itemize @bullet
+@item Rod Barman <rodb@@ieee.org>
+@item Victor V. Vengerov <vvv@@tepkom.ru>
+@end itemize
+
+@item Remote Host Filesystem - ???
+@itemize @bullet
+@item Wayne Bullaughey <wayne@@wmi.com>
+@end itemize
+
+@item NFS client - ???
+@itemize @bullet
+@item No Contact
+@end itemize
+
+@end itemize
+
+@section Java
+
+@subsection Kaffe
+
+This porting effort is underway and active.
+
+@itemize @bullet
+@item Jiri Gaisler <jgais@@ws.estec.esa.nl>
+@item Oscar Martinez de la Torre <omt@@wm.estec.esa.nl>
+@end itemize
+
+NOTE: An older version of Kaffe was ported to a pre-4.0 version of RTEMS.
+The network support in RTEMS was immature at that port and Kaffe had
+portability problems. Together these resulted in an unclean port which
+was never merged.
+
+@subsection GNU Java Compiler (gjc)
+
+This porting effort is underway and active.
+
+@itemize @bullet
+@item Charles-Antoine Gauthier <charles.gauthier@@iit.nrc.ca>
+@end itemize
+
+@section CORBA
+
+@subsection TAO
+
+This porting effort is pending testing. Erik ported the code but then
+discovered that his target board did not have enough memory to run
+any TAO tests.
+
+@itemize @bullet
+@item Erik Ivanenko <erik.ivanenko@@utoronto.ca>
+@end itemize
+
+@section APIs
+
+@subsection POSIX 1003.1b
+
+Support for POSIX 1003.1b is mature but there are a few remaining
+items including a handful of services, performance tests, and
+documentation. Please refer to the Status chapter of the
+@i{POSIX API User's Guide} for more details.
+
+@subsection ITRON 3.0
+
+Support for ITRON 3.0 is in its beginning stages. There are
+numerous managers left to implement, both functional and
+performance tests to write, and much documentation remaining.
+Please refer to the Status chapter of the @i{ITRON 3.0 API User's Guide}
+for specific details.
+