summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-26 08:15:29 +0100
committerAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-01 12:02:23 +0200
commit40b90a080ef85252d5f57d985d406bc6a8325b9f (patch)
treec6b076c2bc3ccf5e7e44524b317f653b777eef27 /cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
parentdoxygen: score: Add Blackfin CPU architecture group (diff)
downloadrtems-40b90a080ef85252d5f57d985d406bc6a8325b9f.tar.bz2
doxygen: score: Add Epiphany CPU architecture group
Update #3706.
Diffstat (limited to 'cpukit/score/cpu/epiphany/include/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/epiphany/include/rtems/score/cpu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h b/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
index bfea847fc0..6b1b4fbfe8 100644
--- a/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
@@ -46,6 +46,11 @@ extern "C" {
#include <stdint.h>
#include <stdio.h> /* for printk */
#endif
+
+/**
+ * @addtogroup RTEMSScoreCPUEpiphany
+ */
+/**@{**/
/* conditional compilation parameters */
@@ -699,3 +704,5 @@ typedef uintptr_t CPU_Uint32ptr;
#endif
#endif
+
+/**@}*/