Changeset b088292 in rtems for doc


Ignore:
Timestamp:
08/16/14 16:30:19 (10 years ago)
Author:
Hesham ALMatary <heshamelmatary@…>
Branches:
4.11, 5, master
Children:
a7ec6fa
Parents:
2ed97d9
git-author:
Hesham ALMatary <heshamelmatary@…> (08/16/14 16:30:19)
git-committer:
Joel Sherrill <joel.sherrill@…> (08/20/14 20:46:15)
Message:

Add new documentation section for OpenRISC CPU architecture.

Location:
doc/cpu_supplement
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/cpu_supplement/Makefile.am

    r2ed97d9 rb088292  
    2424GENERATED_FILES += microblaze.texi
    2525GENERATED_FILES += mips.texi
     26GENERATED_FILES += or1k.texi
    2627GENERATED_FILES += powerpc.texi
    2728GENERATED_FILES += nios2.texi
     
    102103            -n "" < $< > $@
    103104
     105or1k.texi: or1k.t
     106        $(BMENU2) -p "" \
     107            -u "Top" \
     108            -n "" < $< > $@
     109
    104110powerpc.texi: powerpc.t
    105111        $(BMENU2) -p "" \
  • doc/cpu_supplement/cpu_supplement.texi

    r2ed97d9 rb088292  
    7474* Xilinx MicroBlaze Specific Information::
    7575* MIPS Specific Information::
     76* OpenRISC 1000 Specific Information::
    7677* Altera Nios II Specific Information::
    7778* PowerPC Specific Information::
     
    9899@include mips.texi
    99100@include nios2.texi
     101@include or1k.texi
    100102@include powerpc.texi
    101103@include sh.texi
Note: See TracChangeset for help on using the changeset viewer.