aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 08:23:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-21 08:23:11 +0000
commit18ff8298847960c260546acb70ec3e4bdd2a5213 (patch)
treecc32dc26421468c6ac04aae260b868578ad9c38e /docs
parent157b6f9695e7f72f2d54b231c19cb4045710ed01 (diff)
downloadChibiOS-18ff8298847960c260546acb70ec3e4bdd2a5213.tar.gz
ChibiOS-18ff8298847960c260546acb70ec3e4bdd2a5213.tar.bz2
ChibiOS-18ff8298847960c260546acb70ec3e4bdd2a5213.zip
Added PowerPC documentation files. Few fixes to the startup file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1647 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 4af466d85..02ed1edb3 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -584,6 +584,8 @@ INPUT = ../docs/src \
../os/ports/GCC/ARM7/chcoreasm.s \
../os/ports/GCC/ARMCM3 \
../os/ports/GCC/ARMCM3/crt0.s \
+ ../os/ports/GCC/PPC \
+ ../os/ports/GCC/PPC/crt0.s \
../os/ports/GCC/MSP430 \
../os/ports/GCC/AVR \
../os/hal \