summaryrefslogtreecommitdiffstats
path: root/bsps/moxie/moxiesim/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/moxie/moxiesim/include/bsp.h')
-rw-r--r--bsps/moxie/moxiesim/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/moxie/moxiesim/include/bsp.h b/bsps/moxie/moxiesim/include/bsp.h
index 276693c97a..31de7f11eb 100644
--- a/bsps/moxie/moxiesim/include/bsp.h
+++ b/bsps/moxie/moxiesim/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsMoxieMoxieSim
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* This include file contains some definitions specific to the
* moxie simulator in gdb.
@@ -15,6 +23,16 @@
#ifndef LIBBSP_MOXIE_MOXIESIM_BSP_H
#define LIBBSP_MOXIE_MOXIESIM_BSP_H
+/**
+ * @defgroup RTEMSBSPsMoxieMoxieSim Simulator
+ *
+ * @ingroup RTEMSBSPsMoxie
+ *
+ * @brief Simulator Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <rtems.h>
@@ -32,4 +50,6 @@ void *clock_driver_sim_idle_body(uintptr_t);
}
#endif
+/** @} */
+
#endif