mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 05:47:12 +00:00
Added shell of information on resources for embedded information.
This commit is contained in:
@@ -67,6 +67,7 @@ END-INFO-DIR-ENTRY
|
||||
@include concepts.texi
|
||||
@include debug.texi
|
||||
@include freesw.texi
|
||||
@include embeddedinfo.texi
|
||||
@include hwdebugaids.texi
|
||||
|
||||
@ifinfo
|
||||
@@ -86,6 +87,7 @@ Common questions have been divided into the following categories.
|
||||
* RTEMS Concepts::
|
||||
* Debugging Hints::
|
||||
* Free Software that Works with RTEMS::
|
||||
* Resources for Embedded Information::
|
||||
* Hardware to Ease Debugging::
|
||||
@end menu
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@ dirs:
|
||||
COMMON_FILES=../common/cpright.texi ../common/setup.texi
|
||||
|
||||
GENERATED_FILES= \
|
||||
basic.texi tools.texi concepts.texi debug.texi freesw.texi hwdebugaids.texi
|
||||
basic.texi tools.texi concepts.texi debug.texi freesw.texi \
|
||||
embeddedinfo.texi hwdebugaids.texi
|
||||
|
||||
FILES=$(PROJECT).texi $(GENERATED_FILES)
|
||||
|
||||
@@ -84,6 +85,11 @@ freesw.texi: freesw.t Makefile
|
||||
-u "Top" \
|
||||
-n "" ${*}.t
|
||||
|
||||
embeddedinfo.texi: embeddedinfo.t Makefile
|
||||
$(BMENU) -c -p "" \
|
||||
-u "Top" \
|
||||
-n "" ${*}.t
|
||||
|
||||
|
||||
hwdebugaids.texi: hwdebugaids.t Makefile
|
||||
$(BMENU) -c -p "" \
|
||||
|
||||
35
doc/FAQ/embeddedinfo.t
Normal file
35
doc/FAQ/embeddedinfo.t
Normal file
@@ -0,0 +1,35 @@
|
||||
@c
|
||||
@c COPYRIGHT (c) 1988-1998.
|
||||
@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
|
||||
|
||||
http://www.objsw.com
|
||||
|
||||
@section CPU Family Specific Forums
|
||||
|
||||
@subsection Motorola M68xxx and ColdFire
|
||||
|
||||
David Fiddes
|
||||
|
||||
@subsection Hitach SH
|
||||
|
||||
@subsection Hitach H8
|
||||
|
||||
@subsection MIPS
|
||||
|
||||
@subsection PowerPC
|
||||
|
||||
@subsection SPARC
|
||||
|
||||
Jiri's ERC32 Site
|
||||
Reference in New Issue
Block a user