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,7 +1,7 @@
/**
* @file
*
* @ingroup arm_lm3s69xx
* @ingroup RTEMSBSPsARMLM3S69XX
*
* @brief Global BSP Definitions
*/
@@ -23,6 +23,14 @@
#ifndef LIBBSP_ARM_LM3S69XX_BSP_H
#define LIBBSP_ARM_LM3S69XX_BSP_H
/**
* @defgroup RTEMSBSPsARMLM3S69XX LM3S69XX
*
* @ingroup RTEMSBSPsARM
*
* @brief LM3S69XX Board Support Package.
*/
#include <bspopts.h>
#define BSP_FEATURE_IRQ_EXTENSION
@@ -41,12 +49,7 @@
#endif /* ASM */
/* @} */
#endif /* LIBBSP_ARM_LM3S69XX_BSP_H */
/**
* @defgroup arm_lm3s69xx LM3S69XX Support
*
* @ingroup RTEMSBSPsARM
*
* @brief LM3S69XX Support Package
*/