[PATCH 3/4] score: Add example CPU architecture group

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Mar 25 11:45:06 UTC 2019


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(-)

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 <rtems/score/cpu.h>
 
+/**
+ * @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 */
-- 
2.16.4



More information about the devel mailing list