summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-25 10:33:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-26 11:27:54 +0100
commit5a19915bf1633ddc752567553bd12e208bb82af4 (patch)
tree8fd148a970aba9022ff5615716c259690cbc483d /cpukit/score/cpu/no_cpu
parentscore: Rename ScoreCPU Doxygen group (diff)
downloadrtems-5a19915bf1633ddc752567553bd12e208bb82af4.tar.bz2
score: Add example CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu/no_cpu')
-rw-r--r--cpukit/score/cpu/no_cpu/include/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h12
2 files changed, 14 insertions, 2 deletions
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
@@ -18,6 +18,16 @@
#include <rtems/score/cpu.h>
/**
+ * @defgroup RTEMSScoreCPUExample Example
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief Example CPU Architecture Support.
+ *
+ * @{
+ */
+
+/**
* @brief The size of the CPU specific per-CPU control.
*
* This define must be visible to assember files since it is used to derive
@@ -130,4 +140,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */