summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m68k
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 10:44:58 +0100
committerAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-01 12:02:30 +0200
commit0be1e54a26807b33952c8ca72f123fa583b2f420 (patch)
tree74cfd903beb02b24e614bda237ff59446b2b760d /cpukit/score/cpu/m68k
parentdoxygen: score: Change no_cpu architecture group (diff)
downloadrtems-0be1e54a26807b33952c8ca72f123fa583b2f420.tar.bz2
doxygen: score: Add m68k CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu/m68k')
-rw-r--r--cpukit/score/cpu/m68k/include/rtems/asm.h12
-rw-r--r--cpukit/score/cpu/m68k/include/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/m68k/include/rtems/score/cpuimpl.h12
-rw-r--r--cpukit/score/cpu/m68k/include/rtems/score/m68k.h2
4 files changed, 28 insertions, 0 deletions
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.
*/