summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc55xxevb/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/mpc55xxevb/include/bsp.h')
-rw-r--r--bsps/powerpc/mpc55xxevb/include/bsp.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/bsps/powerpc/mpc55xxevb/include/bsp.h b/bsps/powerpc/mpc55xxevb/include/bsp.h
index 9379356f96..6af987cacc 100644
--- a/bsps/powerpc/mpc55xxevb/include/bsp.h
+++ b/bsps/powerpc/mpc55xxevb/include/bsp.h
@@ -1,9 +1,9 @@
/**
* @file
*
- * @ingroup mpc55xx
+ * @ingroup RTEMSBSPsPowerPCMPC55XX
*
- * @brief Global BSP variables and functions
+ * @brief Global BSP definitions.
*/
/*
@@ -23,6 +23,16 @@
#ifndef LIBBSP_POWERPC_MPC55XXEVB_BSP_H
#define LIBBSP_POWERPC_MPC55XXEVB_BSP_H
+/**
+ * @defgroup RTEMSBSPsPowerPCMPC55XX NXP MPC55XX and MPC56XX
+ *
+ * @ingroup RTEMSBSPsPowerPC
+ *
+ * @brief NXP MPC55XX and MPC56XX Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#define BSP_FEATURE_IRQ_EXTENSION
@@ -99,4 +109,6 @@ LINKER_SYMBOL(bsp_section_sysram_load_end)
#endif /* ASM */
+/** @} */
+
#endif /* LIBBSP_POWERPC_MPC55XXEVB_BSP_H */