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 RTEMSBSPsPowerPCPSIM
*
* @brief Global BSP definitions.
*/
/* bsp.h
*
* This include file contains all Papyrus board IO definitions.
@@ -30,6 +38,16 @@
#ifndef LIBBSP_POWERPC_PSIM_BSP_H
#define LIBBSP_POWERPC_PSIM_BSP_H
/**
* @defgroup RTEMSBSPsPowerPCPSIM PSIM
*
* @ingroup RTEMSBSPsPowerPC
*
* @brief PSIM Board Support Package.
*
* @{
*/
#include <bspopts.h>
#ifdef ASM
@@ -87,4 +105,6 @@ int BSP_connect_clock_handler(void);
#define BSP_HAS_NO_VME
/** @} */
#endif