summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-27 10:50:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:31 +0200
commit25afa79a77757752ebee372079103a1025345d18 (patch)
treec102779125ce6880520e41cdf2d01b556a22af8f /cpukit/score
parentdoxygen: score: Add SuperH CPU architecture group (diff)
downloadrtems-25afa79a77757752ebee372079103a1025345d18.tar.bz2
doxygen: score: Add SPARC CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/sparc/include/rtems/asm.h12
-rw-r--r--cpukit/score/cpu/sparc/include/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/sparc/include/rtems/score/cpuimpl.h12
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 a2b11f63fc..cf2f25d06c 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 abc813cfa5..d4b24f3f56 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 7c31501f25..a99da74fa9 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 */