mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 04:24:46 +00:00
2003-09-19 Joel Sherrill <joel@OARcorp.com>
* HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in, rtems_support.html.in, ada_user/ada_user.texi: Merge from branch. * acinclude.m4, images/rtems_logo.jpg: New files. * SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2003-09-19 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
|
||||
rtems_support.html.in, ada_user/ada_user.texi: Merge from branch.
|
||||
* acinclude.m4, images/rtems_logo.jpg: New files.
|
||||
* SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
|
||||
|
||||
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
|
||||
|
||||
@@ -1,22 +1,21 @@
|
||||
<HTML>
|
||||
<HEAD><TITLE>RTEMS 4.0.0 On-Line Library</TITLE></HEAD>
|
||||
<BODY BGCOLOR="FFFFFF">
|
||||
<A HREF="http://www.oarcorp.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="oaronly.jpg" ALT="OAR"> </A>
|
||||
<A HREF="http://www.rtems.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="rtems_logo.jpg" ALT="RTEMS Logo"> </A>
|
||||
<H1>RTEMS On-Line Library</H1>
|
||||
<HR>
|
||||
<BODY>
|
||||
The following supplement manuals do not currently exist:
|
||||
<MENU>
|
||||
<LI>RTEMS AMD 29K Applications Supplement</LI>
|
||||
<LI>RTEMS MIPS Applications Supplement</LI>
|
||||
<LI>RTEMS Hitachi SH Applications Supplement</LI>
|
||||
<LI>RTEMS UNIX Port Applications Supplement</LI>
|
||||
</MENU>
|
||||
If you have knowledge of the processors used in the above ports and
|
||||
want to contribute to RTEMS, please contact
|
||||
<A HREF="mailto:rtems@OARcorp.com"><I>rtems@OARcorp.com</I></A>
|
||||
<p>If you have knowledge of the processors used in the above ports and
|
||||
want to contribute to RTEMS, please contact a member of the
|
||||
RTEMS Steering Committee.</p>
|
||||
|
||||
<HR>
|
||||
Copyright © 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
Copyright © 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></HTML>
|
||||
|
||||
22
doc/SUPPORT
22
doc/SUPPORT
@@ -1,22 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
On-Line Applications Research Corporation (OAR) offers support,
|
||||
customization, and training for RTEMS. Custom RTEMS development services
|
||||
includes porting RTEMS to new processors and the development of custom board
|
||||
support packages and device drivers. In addition, OAR is available
|
||||
to assist in the development of your real-time embedded application.
|
||||
|
||||
For more information, email Mark Johannes at mark@OARcorp.com
|
||||
or contact OAR at:
|
||||
|
||||
On-Line Applications Research Corporation
|
||||
4910-L Corporate Drive
|
||||
Huntsville AL 35805
|
||||
Voice: (205) 722-9985
|
||||
Fax: (205 722-0985
|
||||
|
||||
RTEMS maintenance and development is funded solely by RTEMS users.
|
||||
The future of RTEMS depends on its user base.
|
||||
|
||||
18
doc/acinclude.m4
Normal file
18
doc/acinclude.m4
Normal file
@@ -0,0 +1,18 @@
|
||||
## _RTEMS_UPDATE_CONDITIONAL(FINAL,TMP)
|
||||
AC_DEFUN([_RTEMS_UPDATE_CONDITIONAL],[
|
||||
AS_IF([test -f $1],[
|
||||
AS_IF([cmp -s $1 $2 2>/dev/null],
|
||||
[
|
||||
AC_MSG_NOTICE([$1 is unchanged])
|
||||
rm -f $$2
|
||||
],[
|
||||
AC_MSG_NOTICE([creating $1])
|
||||
rm -f $1
|
||||
mv $2 $1
|
||||
])
|
||||
],[
|
||||
AC_MSG_NOTICE([creating $1])
|
||||
rm -f $1
|
||||
mv $2 $1
|
||||
])
|
||||
])
|
||||
@@ -27,6 +27,7 @@
|
||||
|
||||
@include version.texi
|
||||
@include common/setup.texi
|
||||
@include common/rtems.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS On-Line Manual
|
||||
|
||||
BIN
doc/images/rtems_logo.jpg
Normal file
BIN
doc/images/rtems_logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -1,8 +1,8 @@
|
||||
<HTML>
|
||||
<HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD>
|
||||
<BODY BGCOLOR="FFFFFF">
|
||||
<A HREF="http://www.oarcorp.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A>
|
||||
<A HREF="http://www.rtems.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
|
||||
<H1>RTEMS @VERSION@ On-Line Library</H1>
|
||||
<HR>
|
||||
<BODY>
|
||||
@@ -311,5 +311,5 @@
|
||||
|
||||
</MENU>
|
||||
<HR>
|
||||
Copyright © 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
Copyright © 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></HTML>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<P>Copyright © 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
<P>Copyright © 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<BODY BGCOLOR="FFFFFF">
|
||||
<A HREF="http://www.oarcorp.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="../images/oaronly.jpg" ALT="OAR"> </A>
|
||||
<A HREF="http://www.rtems.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="../images/rtems_jpg.jpg" ALT="RTEMS Logo"> </A>
|
||||
<H1>RTEMS @VERSION@ On-Line Library</H1>
|
||||
<HR>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<HTML>
|
||||
<HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD>
|
||||
<BODY BGCOLOR="FFFFFF">
|
||||
<A HREF="http://www.oarcorp.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A>
|
||||
<A HREF="http://www.rtems.com" target="Text Frame">
|
||||
<IMG align=right BORDER=0 SRC="images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
|
||||
<H1>RTEMS RTEMS_VERSION On-Line Library</H1>
|
||||
<HR>
|
||||
<BODY>
|
||||
<MENU>
|
||||
RTEMS LogoMENU>
|
||||
<LI><A HREF="FAQ/index.html">
|
||||
RTEMS FAQ</A>
|
||||
<LI><A HREF="c_user/index.html">
|
||||
@@ -55,5 +55,5 @@
|
||||
|
||||
</MENU>
|
||||
<HR>
|
||||
Copyright © 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
Copyright © 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></HTML>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user