From c991eeeccc21901011ddd9ecc626c4d164fe2041 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Mar 2019 15:32:15 +0100 Subject: bsps: Adjust bsp.h Doxygen groups Update #3706. --- bsps/arm/lpc24xx/include/bsp.h | 26 +++++++++++----------- bsps/arm/lpc24xx/include/bsp/dma.h | 4 ++-- bsps/arm/lpc24xx/include/bsp/i2c.h | 4 ++-- bsps/arm/lpc24xx/include/bsp/io.h | 4 ++-- bsps/arm/lpc24xx/include/bsp/lcd.h | 4 ++-- bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h | 2 +- bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h | 2 +- bsps/arm/lpc24xx/include/bsp/lpc17xx.h | 2 +- bsps/arm/lpc24xx/include/bsp/lpc24xx.h | 4 ++-- bsps/arm/lpc24xx/include/bsp/ssp.h | 4 ++-- bsps/arm/lpc24xx/include/bsp/start-config.h | 2 +- bsps/arm/lpc24xx/include/bsp/system-clocks.h | 4 ++-- 12 files changed, 31 insertions(+), 31 deletions(-) (limited to 'bsps/arm/lpc24xx/include') diff --git a/bsps/arm/lpc24xx/include/bsp.h b/bsps/arm/lpc24xx/include/bsp.h index ac59a2a887..96834bb252 100644 --- a/bsps/arm/lpc24xx/include/bsp.h +++ b/bsps/arm/lpc24xx/include/bsp.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief Global BSP definitions. */ @@ -23,6 +23,16 @@ #ifndef LIBBSP_ARM_LPC24XX_BSP_H #define LIBBSP_ARM_LPC24XX_BSP_H +/** + * @defgroup RTEMSBSPsARMLPC24XX NXP LPC17XX, LPC23XX, LPC24XX and LPC40XX + * + * @ingroup RTEMSBSPsARM + * + * @brief NXP LPC17XX, LPC23XX, LPC24XX and LPC40XX Board Support Package. + * + * @{ + */ + #include #define BSP_FEATURE_IRQ_EXTENSION @@ -53,16 +63,6 @@ struct rtems_bsdnet_ifconfig; struct rtems_termios_device_context; -/** - * @defgroup lpc24xx LPC24XX Support - * - * @ingroup RTEMSBSPsARM - * - * @brief LPC24XX support package. - * - * @{ - */ - /** * @brief Network driver attach and detach function. */ @@ -117,12 +117,12 @@ bool lpc24xx_uart_probe_2(struct rtems_termios_device_context *context); bool lpc24xx_uart_probe_3(struct rtems_termios_device_context *context); -/** @} */ - #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* ASM */ +/** @} */ + #endif /* LIBBSP_ARM_LPC24XX_BSP_H */ diff --git a/bsps/arm/lpc24xx/include/bsp/dma.h b/bsps/arm/lpc24xx/include/bsp/dma.h index b2e6c3e665..3d5089b16b 100644 --- a/bsps/arm/lpc24xx/include/bsp/dma.h +++ b/bsps/arm/lpc24xx/include/bsp/dma.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_dma + * @ingroup RTEMSBSPsARMLPC24XX_dma * * @brief Direct memory access (DMA) support. */ @@ -31,7 +31,7 @@ extern "C" { /** * @defgroup lpc24xx_dma DMA Support * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief Direct memory access (DMA) support. * diff --git a/bsps/arm/lpc24xx/include/bsp/i2c.h b/bsps/arm/lpc24xx/include/bsp/i2c.h index 42836ddfa8..3c29468c4e 100644 --- a/bsps/arm/lpc24xx/include/bsp/i2c.h +++ b/bsps/arm/lpc24xx/include/bsp/i2c.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_libi2c + * @ingroup RTEMSBSPsARMLPC24XX_libi2c * * @brief LibI2C bus driver for the I2C modules. */ @@ -36,7 +36,7 @@ extern "C" { /** * @defgroup lpc24xx_libi2c LPC24XX Bus Drivers * - * @ingroup libi2c + * @ingroup RTEMSBSPsARMLPC24XX * * @brief LibI2C bus drivers for LPC24XX. * diff --git a/bsps/arm/lpc24xx/include/bsp/io.h b/bsps/arm/lpc24xx/include/bsp/io.h index 9f58ee8efb..c6fa4f47a1 100644 --- a/bsps/arm/lpc24xx/include/bsp/io.h +++ b/bsps/arm/lpc24xx/include/bsp/io.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_io + * @ingroup RTEMSBSPsARMLPC24XX_io * * @brief Input and output module. */ @@ -34,7 +34,7 @@ extern "C" { /** * @defgroup lpc24xx_io IO Support and Configuration * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief Input and output module. * diff --git a/bsps/arm/lpc24xx/include/bsp/lcd.h b/bsps/arm/lpc24xx/include/bsp/lcd.h index c415074bd4..b0b6643316 100644 --- a/bsps/arm/lpc24xx/include/bsp/lcd.h +++ b/bsps/arm/lpc24xx/include/bsp/lcd.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_lcd + * @ingroup RTEMSBSPsARMLPC24XX_lcd * * @brief LCD support. */ @@ -34,7 +34,7 @@ extern "C" { /** * @defgroup lpc_dma LCD Support * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief LCD support. * diff --git a/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h b/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h index 5e6b469e0f..35ae923d50 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief Clock driver configuration. */ diff --git a/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h b/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h index d24f132567..255a90d7b1 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief Ethernet driver configuration. */ diff --git a/bsps/arm/lpc24xx/include/bsp/lpc17xx.h b/bsps/arm/lpc24xx/include/bsp/lpc17xx.h index 9c35102e98..382227a724 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc17xx.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc17xx.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_regs + * @ingroup RTEMSBSPsARMLPC24XX_regs * * @brief Register definitions. */ diff --git a/bsps/arm/lpc24xx/include/bsp/lpc24xx.h b/bsps/arm/lpc24xx/include/bsp/lpc24xx.h index 64a910c041..15e20e2f27 100644 --- a/bsps/arm/lpc24xx/include/bsp/lpc24xx.h +++ b/bsps/arm/lpc24xx/include/bsp/lpc24xx.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_regs + * @ingroup RTEMSBSPsARMLPC24XX_regs * * @brief Register definitions. */ @@ -34,7 +34,7 @@ /** * @defgroup lpc24xx_regs Register Definitions * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief Register definitions. * diff --git a/bsps/arm/lpc24xx/include/bsp/ssp.h b/bsps/arm/lpc24xx/include/bsp/ssp.h index 1a77219d0e..c8ec97de75 100644 --- a/bsps/arm/lpc24xx/include/bsp/ssp.h +++ b/bsps/arm/lpc24xx/include/bsp/ssp.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_libi2c + * @ingroup RTEMSBSPsARMLPC24XX_libi2c * * @brief LibI2C bus driver for the Synchronous Serial Port (SSP). */ @@ -29,7 +29,7 @@ extern "C" { #endif /* __cplusplus */ /** - * @ingroup lpc24xx_libi2c + * @ingroup RTEMSBSPsARMLPC24XX_libi2c * * @{ */ diff --git a/bsps/arm/lpc24xx/include/bsp/start-config.h b/bsps/arm/lpc24xx/include/bsp/start-config.h index 4476cbdebe..ea981ebc55 100644 --- a/bsps/arm/lpc24xx/include/bsp/start-config.h +++ b/bsps/arm/lpc24xx/include/bsp/start-config.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief BSP start configuration. */ diff --git a/bsps/arm/lpc24xx/include/bsp/system-clocks.h b/bsps/arm/lpc24xx/include/bsp/system-clocks.h index 564d12ec10..7bbc40164d 100644 --- a/bsps/arm/lpc24xx/include/bsp/system-clocks.h +++ b/bsps/arm/lpc24xx/include/bsp/system-clocks.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup lpc24xx_clocks + * @ingroup RTEMSBSPsARMLPC24XX_clocks * * @brief System clocks. */ @@ -31,7 +31,7 @@ extern "C" { /** * @defgroup lpc24xx_clock System Clocks * - * @ingroup lpc24xx + * @ingroup RTEMSBSPsARMLPC24XX * * @brief System clocks. * -- cgit v1.2.3