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

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


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

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

doxygen: score: Add SPARC64 CPU architecture group

Update #3706.

---

 cpukit/score/cpu/sparc64/include/rtems/asm.h           | 12 ++++++++++++
 cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h | 10 ++++++++++
 2 files changed, 22 insertions(+)

diff --git a/cpukit/score/cpu/sparc64/include/rtems/asm.h b/cpukit/score/cpu/sparc64/include/rtems/asm.h
index f4448b0..6983e33 100644
--- a/cpukit/score/cpu/sparc64/include/rtems/asm.h
+++ b/cpukit/score/cpu/sparc64/include/rtems/asm.h
@@ -40,6 +40,16 @@
 #include <rtems/score/cpuopts.h>
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUSPARC64ASM SPARC64 Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUSPARC64
+ *
+ * @brief SPARC64 Assembler Support
+ *
+ * @{
+ */
+
 /*
  *  Recent versions of GNU cpp define variables which indicate the
  *  need for underscores and percents.  If not using GNU cpp or
@@ -101,3 +111,5 @@
 #define EXTERN(sym) .globl SYM (sym)
 
 #endif
+
+/** @} */
diff --git a/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h
index fab09bb..e137756 100644
--- a/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/sparc64/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
 
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUSPARC64 SPARC64
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief SPARC64 Architecture Support
+ *
+ * @{
+ */
+
 #define CPU_PER_CPU_CONTROL_SIZE 0
 
 #ifndef ASM



More information about the vc mailing list