summaryrefslogtreecommitdiffstats
path: root/bsps/mips/rbtx4925/include/bsp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-04 15:32:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-08 07:42:54 +0100
commitc991eeeccc21901011ddd9ecc626c4d164fe2041 (patch)
treed853f9d374984a213398d96927e76ec55ee546df /bsps/mips/rbtx4925/include/bsp.h
parentshell: Correct argument order of `mfill` (diff)
downloadrtems-c991eeeccc21901011ddd9ecc626c4d164fe2041.tar.bz2
bsps: Adjust bsp.h Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/mips/rbtx4925/include/bsp.h')
-rw-r--r--bsps/mips/rbtx4925/include/bsp.h20
1 files changed, 17 insertions, 3 deletions
diff --git a/bsps/mips/rbtx4925/include/bsp.h b/bsps/mips/rbtx4925/include/bsp.h
index ef5d6ef07f..b758f48c90 100644
--- a/bsps/mips/rbtx4925/include/bsp.h
+++ b/bsps/mips/rbtx4925/include/bsp.h
@@ -1,7 +1,9 @@
/**
- * @file
- *
- * This include file contains some definitions specific to the RBTX4925.
+ * @file
+ *
+ * @ingroup RTEMSBSPsMIPSRBTX4925
+ *
+ * @brief Global BSP definitions.
*/
/*
@@ -16,6 +18,16 @@
#ifndef LIBBSP_MIPS_RBTX4925_BSP_H
#define LIBBSP_MIPS_RBTX4925_BSP_H
+/**
+ * @defgroup RTEMSBSPsMIPSRBTX4925 RBTX4925
+ *
+ * @ingroup RTEMSBSPsMIPS
+ *
+ * @brief RBTX4925 Board Support Package.
+ *
+ * @{
+ */
+
#ifndef ASM
#include <bspopts.h>
@@ -43,4 +55,6 @@ void resettlb(int i);
#endif /* !ASM */
+/** @} */
+
#endif