[PATCH 06/25] score: Add m68k CPU architecture group
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Mar 29 10:52:51 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Update #3706.
---
cpukit/score/cpu/m68k/include/rtems/asm.h | 12 ++++++++++++
cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++
cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h | 12 ++++++++++++
cpukit/score/cpu/m68k/include/rtems/score/m68k.h | 2 ++
4 files changed, 28 insertions(+)
diff --git a/cpukit/score/cpu/m68k/include/rtems/asm.h b/cpukit/score/cpu/m68k/include/rtems/asm.h
index cbd2a7f8b2..a3e22b2133 100644
--- a/cpukit/score/cpu/m68k/include/rtems/asm.h
+++ b/cpukit/score/cpu/m68k/include/rtems/asm.h
@@ -39,6 +39,16 @@
#include <rtems/score/cpuopts.h>
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUm68kASM m68k Assembler Support
+ *
+ * @ingroup RTEMSScoreCPUm68k
+ *
+ * @brief Motorola 68000 and NXP ColdFire (m68k) Assembler Support
+ *
+ * @{
+ */
+
/*
* Recent versions of GNU cpp define variables which indicate the
* need for underscores and percents. If not using GNU cpp or
@@ -149,4 +159,6 @@
#define PUBLIC(sym) .globl SYM (sym)
#define EXTERN(sym) .globl SYM (sym)
+/** @} */
+
#endif
diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
index 94dcae3199..de085c9f7d 100644
--- a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
@@ -3,6 +3,8 @@
*
* @brief Motorola M68K CPU Dependent Source
*
+ * @addtogroup RTEMSScoreCPUm68k
+ *
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*/
diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h
index 965976be03..dda5727142 100644
--- a/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUm68k Motorola 68000 and NXP ColdFire (m68k)
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief Motorola 68000 and NXP ColdFire (m68k) Architecture Support
+ *
+ * @{
+ */
+
#define CPU_PER_CPU_CONTROL_SIZE 0
#ifndef ASM
@@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
+/** @} */
+
#endif /* _RTEMS_SCORE_CPUIMPL_H */
diff --git a/cpukit/score/cpu/m68k/include/rtems/score/m68k.h b/cpukit/score/cpu/m68k/include/rtems/score/m68k.h
index f37d978ab9..eb262d30ab 100644
--- a/cpukit/score/cpu/m68k/include/rtems/score/m68k.h
+++ b/cpukit/score/cpu/m68k/include/rtems/score/m68k.h
@@ -3,6 +3,8 @@
*
* @brief Motorola M68K CPU Dependent Source
*
+ * @addtogroup RTEMSScoreCPUm68k
+ *
* This include file contains information pertaining to the Motorola
* m68xxx processor family.
*/
--
2.16.4
More information about the devel
mailing list