Changeset 10504d3c in rtems for doc


Ignore:
Timestamp:
05/20/15 08:51:02 (9 years ago)
Author:
Hesham ALMatary <heshamelmatary@…>
Branches:
4.11, 5, master
Children:
1cfae28, 24acc6d
Parents:
6f71dcb7
git-author:
Hesham ALMatary <heshamelmatary@…> (05/20/15 08:51:02)
git-committer:
Gedare Bloom <gedare@…> (05/21/15 20:03:34)
Message:

doc: Add new documentation section for Epiphany architecture

Location:
doc/cpu_supplement
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/cpu_supplement/Makefile.am

    r6f71dcb7 r10504d3c  
    1616GENERATED_FILES += avr.texi
    1717GENERATED_FILES += bfin.texi
     18GENERATED_FILES += epiphany.texi
    1819GENERATED_FILES += h8300.texi
    1920GENERATED_FILES += i386.texi
     
    5960
    6061bfin.texi: bfin.t
     62        $(BMENU2) -p "" \
     63            -u "Top" \
     64            -n "" < $< > $@
     65
     66epiphany.texi: epiphany.t
    6167        $(BMENU2) -p "" \
    6268            -u "Top" \
  • doc/cpu_supplement/cpu_supplement.texi

    r6f71dcb7 r10504d3c  
    6666* Atmel AVR Specific Information::
    6767* Blackfin Specific Information::
     68* Epiphany Specific Information::
    6869* Renesas H8/300 Specific Information::
    6970* Intel/AMD x86 Specific Information::
     
    9091@include avr.texi
    9192@include bfin.texi
     93@include epiphany.texi
    9294@include h8300.texi
    9395@include i386.texi
Note: See TracChangeset for help on using the changeset viewer.