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

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


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

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

doxygen: score: Add SuperH CPU architecture group

Update #3706.

---

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

diff --git a/cpukit/score/cpu/sh/include/rtems/asm.h b/cpukit/score/cpu/sh/include/rtems/asm.h
index ac73031..a2b4264 100644
--- a/cpukit/score/cpu/sh/include/rtems/asm.h
+++ b/cpukit/score/cpu/sh/include/rtems/asm.h
@@ -55,6 +55,16 @@
 #include <rtems/score/cpuopts.h>
 #include <rtems/score/sh.h>
 
+/**
+ * @defgroup RTEMSScoreCPUshASM SuperH (sh) Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUsh
+ *
+ * @brief SuperH (sh) Assembler Support
+ *
+ * @{
+ */
+
 /*
  *  Recent versions of GNU cpp define variables which indicate the
  *  need for underscores and percents.  If not using GNU cpp or
diff --git a/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h
index 78b87ef..6dcbc00 100644
--- a/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/sh/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
 
 #include <rtems/score/cpu.h>
 
+/**
+ * @defgroup RTEMSScoreCPUsh SuperH (sh)
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief SuperH (sh) Architecture Support
+ *
+ * @{
+ */
+
 #define CPU_PER_CPU_CONTROL_SIZE 0
 
 #ifndef ASM




More information about the vc mailing list