summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/t32mppc/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/t32mppc/include/bsp.h')
-rw-r--r--bsps/powerpc/t32mppc/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/t32mppc/include/bsp.h b/bsps/powerpc/t32mppc/include/bsp.h
index c27f235ef6..e7dfc7cb08 100644
--- a/bsps/powerpc/t32mppc/include/bsp.h
+++ b/bsps/powerpc/t32mppc/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCT32MPPC
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* Copyright (c) 2012, 2017 embedded brains GmbH. All rights reserved.
*
@@ -15,6 +23,16 @@
#ifndef LIBBSP_POWERPC_T32MPPC_BSP_H
#define LIBBSP_POWERPC_T32MPPC_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCT32MPPC t32mppc
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief Lauterbach Trace32 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#ifndef ASM
@@ -39,4 +57,6 @@ void t32mppc_decrementer_dispatch(void);
}
#endif /* __cplusplus */
+/** @} */
+
#endif /* LIBBSP_POWERPC_T32MPPC_BSP_H */