forked from Imagelibrary/rtems
2004-03-05 Joel Sherrill <joel@OARcorp.com>
PR 576/doc * FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was out of date and frequently duplicated information available from other public sources like the CrossGCC Wiki. * FAQ/embeddedinfo.t: Removed.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2004-03-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 576/doc
|
||||
* FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was
|
||||
out of date and frequently duplicated information available from
|
||||
other public sources like the CrossGCC Wiki.
|
||||
* FAQ/embeddedinfo.t: Removed.
|
||||
|
||||
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* index.html.in: Change header URL to www.rtems.com.
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
@include bsp.texi
|
||||
@include debug.texi
|
||||
@include freesw.texi
|
||||
@include embeddedinfo.texi
|
||||
@include hwdebugaids.texi
|
||||
@include projects.texi
|
||||
@include endoftime.texi
|
||||
@@ -87,7 +86,6 @@ Common questions have been divided into the following categories.
|
||||
* BSP Questions::
|
||||
* Debugging Hints::
|
||||
* Free Software that Works with RTEMS::
|
||||
* Resources for Embedded Information::
|
||||
* Hardware to Ease Debugging::
|
||||
* RTEMS Projects::
|
||||
* Date/Time Issues in Systems Using RTEMS::
|
||||
|
||||
@@ -14,7 +14,7 @@ include $(top_srcdir)/project.am
|
||||
include $(top_srcdir)/main.am
|
||||
|
||||
GENERATED_FILES = basic.texi tools.texi concepts.texi build45.texi bsp.texi \
|
||||
debug.texi freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi \
|
||||
debug.texi freesw.texi hwdebugaids.texi projects.texi \
|
||||
endoftime.texi
|
||||
|
||||
COMMON_FILES += $(top_srcdir)/common/cpright.texi
|
||||
@@ -63,11 +63,6 @@ freesw.texi: freesw.t
|
||||
-u "Top" \
|
||||
-n "" < $< > $@
|
||||
|
||||
embeddedinfo.texi: embeddedinfo.t
|
||||
$(BMENU2) -c -p "" \
|
||||
-u "Top" \
|
||||
-n "" < $< > $@
|
||||
|
||||
hwdebugaids.texi: hwdebugaids.t
|
||||
$(BMENU2) -c -p "" \
|
||||
-u "Top" \
|
||||
@@ -83,5 +78,5 @@ endoftime.texi: endoftime.t
|
||||
-u "Top" \
|
||||
-n "" < $< > $@
|
||||
|
||||
EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t embeddedinfo.t \
|
||||
EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t \
|
||||
endoftime.t freesw.t hwdebugaids.t projects.t tools.t
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
@c
|
||||
@c COPYRIGHT (c) 1988-2002.
|
||||
@c On-Line Applications Research Corporation (OAR).
|
||||
@c All rights reserved.
|
||||
@c
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@chapter Resources for Embedded Information
|
||||
|
||||
The items in this category provide pointers to other resources.
|
||||
|
||||
@section General Information
|
||||
|
||||
@section CrossGCC
|
||||
|
||||
@uref{http://www.objsw.com}
|
||||
|
||||
@section CPU Family Specific Forums
|
||||
|
||||
@subsection Motorola M68xxx and ColdFire
|
||||
|
||||
David Fiddes maintains a fabulous site on ColdFire and MC68xxx embedded
|
||||
development. It is at @uref{http://www.calm.hw.ac.uk/davidf/coldfire/}.
|
||||
|
||||
Motorola has a lot of information at @uref{http://www.mot.com/SPS/HPESD/index.html}.
|
||||
|
||||
@subsection Hitachi SH
|
||||
|
||||
Hitachi manuals are available online from Hitachi Semiconductors North
|
||||
America: @* @uref{http://www.halsp.hitachi.com/superh}
|
||||
|
||||
European users also might find Hitachi Europe's site helpful: @*
|
||||
@uref{http://www.hitachi-eu.com/hel/ecg/products/micro/index.htm}
|
||||
|
||||
Further useful information can be found at
|
||||
the SH-linux developers' sites (Focus on SH3/SH4), which also have useful
|
||||
links to other SH-related sites:
|
||||
@itemize @bullet
|
||||
@item @uref{http://www.m17n.org/linux-sh}
|
||||
@item @uref{http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html}
|
||||
@end itemize
|
||||
|
||||
@subsection Hitachi H8
|
||||
A site focusing on H8 development with gnu-tools is: @*
|
||||
@uref{http://www.nettilinja.fi/~ankosken/embtools.htm}
|
||||
|
||||
@subsection MIPS
|
||||
|
||||
@subsection PowerPC
|
||||
|
||||
@subsection SPARC
|
||||
|
||||
Jiri's ERC32 Site
|
||||
Reference in New Issue
Block a user