Changeset 2f957f19 in rtems
- Timestamp:
- 05/28/00 19:33:59 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1750364c
- Parents:
- 31bfb92
- Location:
- doc/FAQ
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/FAQ.texi
r31bfb92 r2f957f19 66 66 @include tools.texi 67 67 @include concepts.texi 68 @include build45.texi 68 69 @include bsp.texi 69 70 @include debug.texi … … 89 90 * General Development Tool Hints:: 90 91 * RTEMS Concepts:: 92 * Building RTEMS 4.5:: 91 93 * BSP Questions:: 92 94 * Debugging Hints:: -
doc/FAQ/Makefile.am
r31bfb92 r2f957f19 16 16 17 17 GENERATED_FILES= \ 18 basic.texi tools.texi concepts.texi b sp.texi debug.texi freesw.texi \19 embeddedinfo.texi hwdebugaids.texi projects.texi endoftime.texi18 basic.texi tools.texi concepts.texi build45.texi bsp.texi debug.texi \ 19 freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi endoftime.texi 20 20 21 21 FILES= … … 39 39 40 40 concepts.texi: concepts.t 41 $(BMENU) -c -p "" \ 42 -u "Top" \ 43 -n "" $< 44 45 build45.texi: build45.t 41 46 $(BMENU) -c -p "" \ 42 47 -u "Top" \ -
doc/FAQ/basic.t
r31bfb92 r2f957f19 175 175 No. 176 176 177 @section RTEMS Mailing List 177 178 179 Yes. 180 181 @example 182 rtems-users@@OARcorp.com 183 @end example 184 185 This mailing list is dedicated to the discussion of issues related 186 to RTEMS, including GNAT/RTEMS. If you have questions about RTEMS, 187 wish to make suggestions, or just want to pick up hints, this is a 188 good list to subscribe to. Subscribe by sending an empty mail 189 message to rtems-users-subscribe@@OARcorp.com. Messages sent 190 to rtems-users@@OARcorp.com are posted to the list. 191 192
Note: See TracChangeset
for help on using the changeset viewer.