summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/riscv/griscv/include/bsp.h')
-rw-r--r--bsps/riscv/griscv/include/bsp.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/bsps/riscv/griscv/include/bsp.h b/bsps/riscv/griscv/include/bsp.h
index 185bd5bb23..320316f723 100644
--- a/bsps/riscv/griscv/include/bsp.h
+++ b/bsps/riscv/griscv/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsRISCVGRLIB
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
*
* Copyright (c) 2015 University of York.
@@ -31,6 +39,17 @@
#ifndef LIBBSP_RISCV_GRISCV_H
#define LIBBSP_RISCV_GRISCV_H
+/**
+ * @defgroup RTEMSBSPsRISCVGRLIB GRLIB
+ *
+ * @ingroup RTEMSBSPsRISCV
+ *
+ * @brief GRLIB RISC-V Board Support Package.
+ *
+ * @{
+ */
+
+
#include <rtems.h>
#include <rtems/clockdrv.h>
#include <rtems/console.h>
@@ -63,4 +82,6 @@ extern void BSP_shared_interrupt_unmask(int irq);
}
#endif
+/** @} */
+
#endif /* LIBBSP_RISCV_GRISCV_H */