summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/tms570/include/bsp.h')
-rw-r--r--bsps/arm/tms570/include/bsp.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/bsps/arm/tms570/include/bsp.h b/bsps/arm/tms570/include/bsp.h
index f557d868ee..c5ac0cc59a 100644
--- a/bsps/arm/tms570/include/bsp.h
+++ b/bsps/arm/tms570/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Global BSP definitions.
*/
@@ -25,6 +25,16 @@
#ifndef LIBBSP_ARM_TMS570_BSP_H
#define LIBBSP_ARM_TMS570_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMTMS570 TMS570
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief TMS570 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#define BSP_FEATURE_IRQ_EXTENSION
@@ -39,4 +49,6 @@
#endif /* ASM */
+/* @} */
+
#endif /* LIBBSP_ARM_TMS570_BSP_H */