bsps: Adjust bsp.h Doxygen groups

Update #3706.
This commit is contained in:
Sebastian Huber
2019-03-04 15:32:15 +01:00
parent 2e8a66d13f
commit c991eeeccc
374 changed files with 1695 additions and 655 deletions

View File

@@ -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 */