[rtems commit] score: Add example CPU architecture group

Sebastian Huber sebh at rtems.org
Tue Mar 26 10:28:37 UTC 2019


Module:    rtems
Branch:    master
Commit:    5a19915bf1633ddc752567553bd12e208bb82af4
Changeset: http://git.rtems.org/rtems/commit/?id=5a19915bf1633ddc752567553bd12e208bb82af4

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 25 10:33:05 2019 +0100

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

diff --git a/cpukit/score/cpu/no_cpu/include/rtems/asm.h b/cpukit/score/cpu/no_cpu/include/rtems/asm.h
index 58da34c..661c622 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 86d0ace..cee40e1 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 */




More information about the vc mailing list