summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-27 11:11:54 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:31 +0200
commit9f8af67ff180ff9c2833989640f0f7f372bbcf0f (patch)
treec2b16b920bfccc707516bae60d23e62fd0ee00ba /cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h
parentdoxygen: score: Add SPARC64 CPU architecture group (diff)
downloadrtems-9f8af67ff180ff9c2833989640f0f7f372bbcf0f.tar.bz2
doxygen: score: Add V850 CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h')
-rw-r--r--cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h b/cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h
index 78b87ef981..f7b02ccb6b 100644
--- a/cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/v850/include/rtems/score/cpuimpl.h
@@ -17,6 +17,16 @@
#include <rtems/score/cpu.h>
+/**
+ * @defgroup RTEMSScoreCPUV850 V850
+ *
+ * @ingroup RTEMSScoreCPU
+ *
+ * @brief V850 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 */