summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/start
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc24xx/start')
-rw-r--r--bsps/arm/lpc24xx/start/bspidle.c2
-rw-r--r--bsps/arm/lpc24xx/start/bspreset-armv4.c2
-rw-r--r--bsps/arm/lpc24xx/start/bspstart.c2
-rw-r--r--bsps/arm/lpc24xx/start/bspstarthooks.c2
-rw-r--r--bsps/arm/lpc24xx/start/dma-copy.c2
-rw-r--r--bsps/arm/lpc24xx/start/dma.c2
-rw-r--r--bsps/arm/lpc24xx/start/io.c2
-rw-r--r--bsps/arm/lpc24xx/start/restart.c2
-rw-r--r--bsps/arm/lpc24xx/start/start-config-emc-dynamic.c2
-rw-r--r--bsps/arm/lpc24xx/start/start-config-emc-static.c2
-rw-r--r--bsps/arm/lpc24xx/start/start-config-mpu.c2
-rw-r--r--bsps/arm/lpc24xx/start/start-config-pinsel.c2
-rw-r--r--bsps/arm/lpc24xx/start/system-clocks.c2
-rw-r--r--bsps/arm/lpc24xx/start/timer.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/bsps/arm/lpc24xx/start/bspidle.c b/bsps/arm/lpc24xx/start/bspidle.c
index 42a3e106f3..7286412559 100644
--- a/bsps/arm/lpc24xx/start/bspidle.c
+++ b/bsps/arm/lpc24xx/start/bspidle.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief Idle task.
*/
diff --git a/bsps/arm/lpc24xx/start/bspreset-armv4.c b/bsps/arm/lpc24xx/start/bspreset-armv4.c
index c53b4e2447..b82fd88972 100644
--- a/bsps/arm/lpc24xx/start/bspreset-armv4.c
+++ b/bsps/arm/lpc24xx/start/bspreset-armv4.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief Reset code.
*/
diff --git a/bsps/arm/lpc24xx/start/bspstart.c b/bsps/arm/lpc24xx/start/bspstart.c
index 6f00f35f99..de0efa9d6a 100644
--- a/bsps/arm/lpc24xx/start/bspstart.c
+++ b/bsps/arm/lpc24xx/start/bspstart.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief Startup code.
*/
diff --git a/bsps/arm/lpc24xx/start/bspstarthooks.c b/bsps/arm/lpc24xx/start/bspstarthooks.c
index 6ceb066935..efae394e42 100644
--- a/bsps/arm/lpc24xx/start/bspstarthooks.c
+++ b/bsps/arm/lpc24xx/start/bspstarthooks.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief Startup code.
*/
diff --git a/bsps/arm/lpc24xx/start/dma-copy.c b/bsps/arm/lpc24xx/start/dma-copy.c
index 73a8cdc3ab..7168947a2c 100644
--- a/bsps/arm/lpc24xx/start/dma-copy.c
+++ b/bsps/arm/lpc24xx/start/dma-copy.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx_dma
+ * @ingroup RTEMSBSPsARMLPC24XX_dma
*
* @brief Direct memory access (DMA) support.
*/
diff --git a/bsps/arm/lpc24xx/start/dma.c b/bsps/arm/lpc24xx/start/dma.c
index a67760ad3e..6e7c1c5157 100644
--- a/bsps/arm/lpc24xx/start/dma.c
+++ b/bsps/arm/lpc24xx/start/dma.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx_dma
+ * @ingroup RTEMSBSPsARMLPC24XX_dma
*
* @brief Direct memory access (DMA) support.
*/
diff --git a/bsps/arm/lpc24xx/start/io.c b/bsps/arm/lpc24xx/start/io.c
index c28b5182f0..dafd3aa8f5 100644
--- a/bsps/arm/lpc24xx/start/io.c
+++ b/bsps/arm/lpc24xx/start/io.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx_io
+ * @ingroup RTEMSBSPsARMLPC24XX_io
*
* @brief Input and output module.
*/
diff --git a/bsps/arm/lpc24xx/start/restart.c b/bsps/arm/lpc24xx/start/restart.c
index 627f79d19d..f5a107d4fa 100644
--- a/bsps/arm/lpc24xx/start/restart.c
+++ b/bsps/arm/lpc24xx/start/restart.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief Restart implementation.
*/
diff --git a/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c b/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c
index 3a08f0b49d..720fc46aee 100644
--- a/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c
+++ b/bsps/arm/lpc24xx/start/start-config-emc-dynamic.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief BSP start EMC dynamic memory configuration.
*/
diff --git a/bsps/arm/lpc24xx/start/start-config-emc-static.c b/bsps/arm/lpc24xx/start/start-config-emc-static.c
index 4a427664f6..8545d86159 100644
--- a/bsps/arm/lpc24xx/start/start-config-emc-static.c
+++ b/bsps/arm/lpc24xx/start/start-config-emc-static.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief BSP start EMC static memory configuration.
*/
diff --git a/bsps/arm/lpc24xx/start/start-config-mpu.c b/bsps/arm/lpc24xx/start/start-config-mpu.c
index 9d9846c69a..3dc3c48e4d 100644
--- a/bsps/arm/lpc24xx/start/start-config-mpu.c
+++ b/bsps/arm/lpc24xx/start/start-config-mpu.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief BSP start MPU configuration.
*/
diff --git a/bsps/arm/lpc24xx/start/start-config-pinsel.c b/bsps/arm/lpc24xx/start/start-config-pinsel.c
index db44099664..cfd56124b6 100644
--- a/bsps/arm/lpc24xx/start/start-config-pinsel.c
+++ b/bsps/arm/lpc24xx/start/start-config-pinsel.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief BSP start pin selection configuration.
*/
diff --git a/bsps/arm/lpc24xx/start/system-clocks.c b/bsps/arm/lpc24xx/start/system-clocks.c
index 8a2f62b4b0..19b040809f 100644
--- a/bsps/arm/lpc24xx/start/system-clocks.c
+++ b/bsps/arm/lpc24xx/start/system-clocks.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx_clocks
+ * @ingroup RTEMSBSPsARMLPC24XX_clocks
*
* @brief System clocks.
*/
diff --git a/bsps/arm/lpc24xx/start/timer.c b/bsps/arm/lpc24xx/start/timer.c
index c700d04566..46dbb21a04 100644
--- a/bsps/arm/lpc24xx/start/timer.c
+++ b/bsps/arm/lpc24xx/start/timer.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc24xx
+ * @ingroup RTEMSBSPsARMLPC24XX
*
* @brief Benchmark timer support.
*/