summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc8260ads
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-04 15:32:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-08 07:42:54 +0100
commitc991eeeccc21901011ddd9ecc626c4d164fe2041 (patch)
treed853f9d374984a213398d96927e76ec55ee546df /bsps/powerpc/mpc8260ads
parentshell: Correct argument order of `mfill` (diff)
downloadrtems-c991eeeccc21901011ddd9ecc626c4d164fe2041.tar.bz2
bsps: Adjust bsp.h Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/powerpc/mpc8260ads')
-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