summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen5200/include/bsp.h')
-rw-r--r--bsps/powerpc/gen5200/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/gen5200/include/bsp.h b/bsps/powerpc/gen5200/include/bsp.h
index 015a8b1f3b..57e50ad2bb 100644
--- a/bsps/powerpc/gen5200/include/bsp.h
+++ b/bsps/powerpc/gen5200/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCGen5200
+ *
+ * @brief Global BSP definitions.
+ */
+
/*===============================================================*\
| Project: RTEMS generic MPC5200 BSP |
+-----------------------------------------------------------------+
@@ -23,6 +31,16 @@
#ifndef LIBBSP_POWERPC_GEN5200_BSP_H
#define LIBBSP_POWERPC_GEN5200_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCGen5200 NXP MPC5200
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief NXP MPC5200 Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <libcpu/powerpc-utility.h>
@@ -259,4 +277,6 @@ int mpc5200_eth_mii_read(
#endif /* ASM */
+/** @} */
+
#endif /* GEN5200 */