summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/riscv/riscv/include/bsp.h')
-rw-r--r--bsps/riscv/riscv/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/riscv/riscv/include/bsp.h b/bsps/riscv/riscv/include/bsp.h
index d8d0347da8..d19f0d03a5 100644
--- a/bsps/riscv/riscv/include/bsp.h
+++ b/bsps/riscv/riscv/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsRISCVGeneric
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
*
* Copyright (c) 2015 University of York.
@@ -31,6 +39,16 @@
#ifndef LIBBSP_RISCV_GENERIC_H
#define LIBBSP_RISCV_GENERIC_H
+/**
+ * @defgroup RTEMSBSPsRISCVGeneric Generic
+ *
+ * @ingroup RTEMSBSPsRISCV
+ *
+ * @brief Generic RISC-V Board Support Package.
+ *
+ * @{
+ */
+
#include <rtems.h>
#include <rtems/clockdrv.h>
#include <rtems/console.h>
@@ -52,4 +70,6 @@ extern "C" {
}
#endif
+/** @} */
+
#endif /* LIBBSP_RISCV_GENERIC_H */