summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/include/bsp
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc24xx/include/bsp')
-rw-r--r--bsps/arm/lpc24xx/include/bsp/dma.h4
-rw-r--r--bsps/arm/lpc24xx/include/bsp/i2c.h4
-rw-r--r--bsps/arm/lpc24xx/include/bsp/io.h4
-rw-r--r--bsps/arm/lpc24xx/include/bsp/lcd.h4
-rw-r--r--bsps/arm/lpc24xx/include/bsp/lpc-clock-config.h2
-rw-r--r--bsps/arm/lpc24xx/include/bsp/lpc-ethernet-config.h2
-rw-r--r--bsps/arm/lpc24xx/include/bsp/lpc17xx.h2
-rw-r--r--bsps/arm/lpc24xx/include/bsp/lpc24xx.h4
-rw-r--r--bsps/arm/lpc24xx/include/bsp/ssp.h4
-rw-r--r--bsps/arm/lpc24xx/include/bsp/start-config.h2
-rw-r--r--bsps/arm/lpc24xx/include/bsp/system-clocks.h4
11 files changed, 18 insertions, 18 deletions
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.
*