From 5f2b47e17bbddd663b5237f3d235375f69f88d4f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 17 Nov 2015 15:24:32 +0000 Subject: More CW stuff. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8506 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/e200/compilers/GCC/crt0.s | 6 +++--- os/common/ports/e200/compilers/GCC/vectors.h | 2 +- os/common/ports/e200/compilers/GCC/vectors.s | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'os/common/ports/e200/compilers/GCC') diff --git a/os/common/ports/e200/compilers/GCC/crt0.s b/os/common/ports/e200/compilers/GCC/crt0.s index e6161bdd2..d035e4660 100644 --- a/os/common/ports/e200/compilers/GCC/crt0.s +++ b/os/common/ports/e200/compilers/GCC/crt0.s @@ -18,10 +18,10 @@ */ /** - * @file PPC/crt0.s - * @brief Generic PowerPC startup file for ChibiOS. + * @file GCC/crt0.s + * @brief Generic PowerPC startup file for GCC. * - * @addtogroup PPC_CORE + * @addtogroup PPC_GCC_CORE * @{ */ diff --git a/os/common/ports/e200/compilers/GCC/vectors.h b/os/common/ports/e200/compilers/GCC/vectors.h index 717c6a314..a374a87c7 100644 --- a/os/common/ports/e200/compilers/GCC/vectors.h +++ b/os/common/ports/e200/compilers/GCC/vectors.h @@ -21,7 +21,7 @@ * @file vectors.h * @brief ISR vector module header. * - * @addtogroup VECTORS + * @addtogroup PPC_GCC_CORE * @{ */ diff --git a/os/common/ports/e200/compilers/GCC/vectors.s b/os/common/ports/e200/compilers/GCC/vectors.s index 829233a15..d04c42c0c 100644 --- a/os/common/ports/e200/compilers/GCC/vectors.s +++ b/os/common/ports/e200/compilers/GCC/vectors.s @@ -21,7 +21,7 @@ * @file vectors.s * @brief SPC56x vectors table. * - * @addtogroup PPC_CORE + * @addtogroup PPC_GCC_CORE * @{ */ -- cgit v1.2.3