From 0be1e54a26807b33952c8ca72f123fa583b2f420 Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Tue, 26 Mar 2019 10:44:58 +0100 Subject: doxygen: score: Add m68k CPU architecture group Update #3706. --- cpukit/score/cpu/m68k/include/rtems/asm.h | 12 ++++++++++++ cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++ cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h | 12 ++++++++++++ cpukit/score/cpu/m68k/include/rtems/score/m68k.h | 2 ++ 4 files changed, 28 insertions(+) (limited to 'cpukit/score/cpu/m68k') diff --git a/cpukit/score/cpu/m68k/include/rtems/asm.h b/cpukit/score/cpu/m68k/include/rtems/asm.h index cbd2a7f8b2..a3e22b2133 100644 --- a/cpukit/score/cpu/m68k/include/rtems/asm.h +++ b/cpukit/score/cpu/m68k/include/rtems/asm.h @@ -39,6 +39,16 @@ #include #include +/** + * @defgroup RTEMSScoreCPUm68kASM m68k Assembler Support + * + * @ingroup RTEMSScoreCPUm68k + * + * @brief Motorola 68000 and NXP ColdFire (m68k) Assembler Support + * + * @{ + */ + /* * Recent versions of GNU cpp define variables which indicate the * need for underscores and percents. If not using GNU cpp or @@ -149,4 +159,6 @@ #define PUBLIC(sym) .globl SYM (sym) #define EXTERN(sym) .globl SYM (sym) +/** @} */ + #endif diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h index 94dcae3199..de085c9f7d 100644 --- a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h +++ b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h @@ -3,6 +3,8 @@ * * @brief Motorola M68K CPU Dependent Source * + * @addtogroup RTEMSScoreCPUm68k + * * This include file contains information pertaining to the Motorola * m68xxx processor family. */ diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h index 965976be03..dda5727142 100644 --- a/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h +++ b/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h @@ -17,6 +17,16 @@ #include +/** + * @defgroup RTEMSScoreCPUm68k Motorola 68000 and NXP ColdFire (m68k) + * + * @ingroup RTEMSScoreCPU + * + * @brief Motorola 68000 and NXP ColdFire (m68k) Architecture Support + * + * @{ + */ + #define CPU_PER_CPU_CONTROL_SIZE 0 #ifndef ASM @@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void ) #endif /* ASM */ +/** @} */ + #endif /* _RTEMS_SCORE_CPUIMPL_H */ diff --git a/cpukit/score/cpu/m68k/include/rtems/score/m68k.h b/cpukit/score/cpu/m68k/include/rtems/score/m68k.h index f37d978ab9..eb262d30ab 100644 --- a/cpukit/score/cpu/m68k/include/rtems/score/m68k.h +++ b/cpukit/score/cpu/m68k/include/rtems/score/m68k.h @@ -3,6 +3,8 @@ * * @brief Motorola M68K CPU Dependent Source * + * @addtogroup RTEMSScoreCPUm68k + * * This include file contains information pertaining to the Motorola * m68xxx processor family. */ -- cgit v1.2.3