From 5a19915bf1633ddc752567553bd12e208bb82af4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Mar 2019 10:33:05 +0100 Subject: score: Add example CPU architecture group Update #3706. --- cpukit/score/cpu/no_cpu/include/rtems/asm.h | 4 ++-- cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/no_cpu/include/rtems/asm.h b/cpukit/score/cpu/no_cpu/include/rtems/asm.h index 58da34cd1b..661c622548 100644 --- a/cpukit/score/cpu/no_cpu/include/rtems/asm.h +++ b/cpukit/score/cpu/no_cpu/include/rtems/asm.h @@ -29,9 +29,9 @@ #define _RTEMS_ASM_H /** - * @defgroup no_cpuAsm Address Incompatible Flavors Problems + * @defgroup RTEMSScoreCPUExampleASM Example Assembler Support * - * @ingroup no_cpu + * @ingroup RTEMSScoreCPUExample */ /**@{*/ diff --git a/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h index 86d0ace0f3..cee40e1ea4 100644 --- a/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h +++ b/cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h @@ -17,6 +17,16 @@ #include +/** + * @defgroup RTEMSScoreCPUExample Example + * + * @ingroup RTEMSScoreCPU + * + * @brief Example CPU Architecture Support. + * + * @{ + */ + /** * @brief The size of the CPU specific per-CPU control. * @@ -130,4 +140,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void ) #endif /* ASM */ +/** @} */ + #endif /* _RTEMS_SCORE_CPUIMPL_H */ -- cgit v1.2.3