summaryrefslogtreecommitdiffstats
path: root/bsps/epiphany/epiphany_sim/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/epiphany/epiphany_sim/include/bsp.h')
-rw-r--r--bsps/epiphany/epiphany_sim/include/bsp.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/bsps/epiphany/epiphany_sim/include/bsp.h b/bsps/epiphany/epiphany_sim/include/bsp.h
index 46d495a8c5..36b3f1fad0 100644
--- a/bsps/epiphany/epiphany_sim/include/bsp.h
+++ b/bsps/epiphany/epiphany_sim/include/bsp.h
@@ -1,9 +1,7 @@
/**
- * @defgroup bsp_epiphany Epiphany
+ * @file
*
- * @ingroup bsp_epiphany
- *
- * @brief Epiphany Support Package
+ * @ingroup RTEMSBSPsEpiphanySim
*/
/*
@@ -38,6 +36,16 @@
#ifndef LIBBSP_EPIPHANY_EPIPHANY_SIM_H
#define LIBBSP_EPIPHANY_EPIPHANY_SIM_H
+/**
+ * @defgroup RTEMSBSPsEpiphanySim Simulator
+ *
+ * @ingroup RTEMSBSPsEpiphany
+ *
+ * @brief Simulator Board Support Package.
+ *
+ * @{
+ */
+
#include <rtems.h>
#include <bspopts.h>
@@ -61,5 +69,6 @@ void *clock_driver_sim_idle_body(uintptr_t);
#ifdef __cplusplus
}
#endif
+/** @} */
#endif /* LIBBSP_EPIPHANY_EPIPHANY_SIM_H */