summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 09:50:42 +0100
committerAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-01 12:02:30 +0200
commit9fa3561b2d7fadd104e16196221537c854b2ed11 (patch)
tree8e9b0a893caf44663785d420532e6c4ee8a1f399 /cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add i386 CPU architecture group (diff)
downloadrtems-9fa3561b2d7fadd104e16196221537c854b2ed11.tar.bz2
doxygen: score: Add lm32 CPU architecture group
Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h
index 78b87ef981..ab43ddbf7d 100644
--- a/cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/lm32/include/rtems/score/cpuimpl.h
@@ -17,6 +17,15 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUlm32 LatticeMicro32 (lm32)
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief LatticeMicro32 (lm32) Architecture Support
+ */
+/** @{ */
+
#define CPU_PER_CPU_CONTROL_SIZE 0
#ifndef ASM
@@ -54,3 +63,5 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
#endif /* ASM */
#endif /* _RTEMS_SCORE_CPUIMPL_H */
+
+/** @} */