[rtems commit] doxygen: score: Add SPARC CPU architecture group

Sebastian Huber sebh at rtems.org
Tue Apr 2 05:31:47 UTC 2019


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

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Wed Mar 27 10:50:44 2019 +0100

doxygen: score: Add SPARC CPU architecture group

Update #3706.

---

 cpukit/score/cpu/sparc/include/rtems/asm.h           | 12 ++++++++++++
 cpukit/score/cpu/sparc/include/rtems/score/cpu.h     |  4 ++--
 cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h | 12 ++++++++++++
 3 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/cpukit/score/cpu/sparc/include/rtems/asm.h b/cpukit/score/cpu/sparc/include/rtems/asm.h
index a2b11f6..cf2f25d 100644
--- a/cpukit/score/cpu/sparc/include/rtems/asm.h
+++ b/cpukit/score/cpu/sparc/include/rtems/asm.h
@@ -37,6 +37,16 @@
 #include <rtems/score/cpuopts.h>
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUSPARCASM SPARC Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUSPARC
+ *
+ * @brief SPARC Assembler Support 
+ *
+ * @{
+ */
+
 /*
  *  Recent versions of GNU cpp define variables which indicate the
  *  need for underscores and percents.  If not using GNU cpp or
@@ -118,3 +128,5 @@
   mov   _vector, %l3
 
 #endif
+
+/** @} */
diff --git a/cpukit/score/cpu/sparc/include/rtems/score/cpu.h b/cpukit/score/cpu/sparc/include/rtems/score/cpu.h
index abc813c..d4b24f3 100644
--- a/cpukit/score/cpu/sparc/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/include/rtems/score/cpu.h
@@ -277,9 +277,9 @@ typedef struct {
 #define CPU_MAXIMUM_PROCESSORS 32
 
 /**
- * @defgroup Contexts SPARC Context Structures
+ * @defgroup RTEMSScoreCPUSPARCContext SPARC Context Structures
  *
- * @ingroup Score
+ * @ingroup RTEMSScoreCPUSPARC
  *
  * Generally there are 2 types of context to save.
  *    + Interrupt registers to save
diff --git a/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
index 7c31501..a99da74 100644
--- a/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h
@@ -18,6 +18,16 @@
 
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUSPARC SPARC
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief SPARC Architecture Support
+ *
+ * @{
+ */
+
 /** This defines the size of the minimum stack frame. */
 #define SPARC_MINIMUM_STACK_FRAME_SIZE 0x60
 
@@ -166,4 +176,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
 
 #endif /* ASM */
 
+/** @} */
+
 #endif /* _RTEMS_SCORE_CPUIMPL_H */




More information about the vc mailing list