summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc8260ads/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/mpc8260ads/include/bsp.h')
-rw-r--r--bsps/powerpc/mpc8260ads/include/bsp.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/bsps/powerpc/mpc8260ads/include/bsp.h b/bsps/powerpc/mpc8260ads/include/bsp.h
index c207a2ec99..9be6746505 100644
--- a/bsps/powerpc/mpc8260ads/include/bsp.h
+++ b/bsps/powerpc/mpc8260ads/include/bsp.h
@@ -1,7 +1,25 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsPowerPCMPC8260ADS
+ *
+ * @brief Global BSP definitions.
+ */
+
/*
* This include file contains all board IO definitions.
*/
+/**
+ * @defgroup RTEMSBSPsPowerPCMPC8260ADS NXP MPC8260ADS
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief NXP MPC8260ADS Board Support Package.
+ *
+ * @{
+ */
+
/*
* COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
@@ -83,4 +101,6 @@ int mbx8xx_console_get_configuration(void);
}
#endif
+/** @} */
+
#endif