Changeset f6b0196 in rtems


Ignore:
Timestamp:
11/24/99 18:22:33 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ccaeafd2
Parents:
c4ea5efc
Message:

Added information on RTEMS Time/Date? Representatin.

Location:
doc/FAQ
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/FAQ/FAQ.texi

    rc4ea5efc rf6b0196  
    7272@include hwdebugaids.texi
    7373@include projects.texi
     74@include endoftime.texi
    7475
    7576@ifinfo
     
    9495* Hardware to Ease Debugging::
    9596* RTEMS Projects::
     97* Date/Time Issues in Systems Using RTEMS::
    9698@end menu
    9799
  • doc/FAQ/Makefile

    rc4ea5efc rf6b0196  
    2020GENERATED_FILES= \
    2121    basic.texi tools.texi concepts.texi bsp.texi debug.texi freesw.texi \
    22     embeddedinfo.texi hwdebugaids.texi projects.texi
     22    embeddedinfo.texi hwdebugaids.texi projects.texi endoftime.texi
    2323
    2424FILES=$(PROJECT).texi $(GENERATED_FILES)
     
    105105            -n "" ${*}.t
    106106
    107 
    108107projects.texi: projects.t Makefile
    109108        $(BMENU) -c -p "" \
     
    111110            -n "" ${*}.t
    112111
     112
     113endoftime.texi: endoftime.t Makefile
     114        $(BMENU) -c -p "" \
     115            -u "Top" \
     116            -n "" ${*}.t
     117
Note: See TracChangeset for help on using the changeset viewer.