summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc176x
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc176x')
-rw-r--r--bsps/arm/lpc176x/btimer/btimer.c2
-rw-r--r--bsps/arm/lpc176x/can/can.c2
-rw-r--r--bsps/arm/lpc176x/console/console-config.c2
-rw-r--r--bsps/arm/lpc176x/gpio/lpc-gpio.c2
-rw-r--r--bsps/arm/lpc176x/include/bsp.h26
-rw-r--r--bsps/arm/lpc176x/include/bsp/adc-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/adc.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/can-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/can.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/common-types.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/dma.h4
-rw-r--r--bsps/arm/lpc176x/include/bsp/gpio-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/io-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/io.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/lpc-clock-config.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/lpc-gpio.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/lpc176x.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/mbed-pinmap.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/pwmout-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/pwmout.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/system-clocks.h4
-rw-r--r--bsps/arm/lpc176x/include/bsp/timer-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/timer.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/watchdog-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/watchdog.h2
-rw-r--r--bsps/arm/lpc176x/pwm/pwmout.c2
-rw-r--r--bsps/arm/lpc176x/rtc/rtc-config.c2
-rw-r--r--bsps/arm/lpc176x/start/adc.c2
-rw-r--r--bsps/arm/lpc176x/start/bspidle.c2
-rw-r--r--bsps/arm/lpc176x/start/bspstart.c2
-rw-r--r--bsps/arm/lpc176x/start/bspstarthooks.c2
-rw-r--r--bsps/arm/lpc176x/start/dma-copy.c2
-rw-r--r--bsps/arm/lpc176x/start/dma.c2
-rw-r--r--bsps/arm/lpc176x/start/io.c2
-rw-r--r--bsps/arm/lpc176x/start/restart.c2
-rw-r--r--bsps/arm/lpc176x/start/system-clocks.c2
-rw-r--r--bsps/arm/lpc176x/start/watchdog.c2
-rw-r--r--bsps/arm/lpc176x/timer/timer.c2
38 files changed, 52 insertions, 52 deletions
diff --git a/bsps/arm/lpc176x/btimer/btimer.c b/bsps/arm/lpc176x/btimer/btimer.c
index d2dcfbb1b2..e5d21fcbe9 100644
--- a/bsps/arm/lpc176x/btimer/btimer.c
+++ b/bsps/arm/lpc176x/btimer/btimer.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Timer benchmark functions for the lpc176x bsp.
*/
diff --git a/bsps/arm/lpc176x/can/can.c b/bsps/arm/lpc176x/can/can.c
index bf94d9fc37..2e65d5f5eb 100644
--- a/bsps/arm/lpc176x/can/can.c
+++ b/bsps/arm/lpc176x/can/can.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief CAN controller for the mbed lpc1768 board.
*/
diff --git a/bsps/arm/lpc176x/console/console-config.c b/bsps/arm/lpc176x/console/console-config.c
index c80932daf7..e4e3462191 100644
--- a/bsps/arm/lpc176x/console/console-config.c
+++ b/bsps/arm/lpc176x/console/console-config.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Console configuration.
*/
diff --git a/bsps/arm/lpc176x/gpio/lpc-gpio.c b/bsps/arm/lpc176x/gpio/lpc-gpio.c
index 220f5f9abc..30543858d7 100644
--- a/bsps/arm/lpc176x/gpio/lpc-gpio.c
+++ b/bsps/arm/lpc176x/gpio/lpc-gpio.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief GPIO library for the lpc176x bsp.
*/
diff --git a/bsps/arm/lpc176x/include/bsp.h b/bsps/arm/lpc176x/include/bsp.h
index 8c34de5164..5c8b104280 100644
--- a/bsps/arm/lpc176x/include/bsp.h
+++ b/bsps/arm/lpc176x/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Global BSP definitions.
*/
@@ -23,6 +23,16 @@
#ifndef LIBBSP_ARM_LPC176X_BSP_H
#define LIBBSP_ARM_LPC176X_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMLPC176X NXP LPC176X
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief NXP LPC176X Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#define LPC176X_PCLK ( LPC176X_CCLK / LPC176X_PCLKDIV )
@@ -45,16 +55,6 @@ extern "C" {
struct rtems_bsdnet_ifconfig;
/**
- * @defgroup lpc176x LPC176X Support
- *
- * @ingroup RTEMSBSPsARM
- *
- * @brief LPC176X support package.
- *
- * @{
- */
-
-/**
* @brief Optimized idle task.
*
* This idle task sets the power mode to idle. This causes the processor
@@ -84,12 +84,12 @@ void*bsp_idle_thread( uintptr_t ignored );
*/
void bsp_restart( const void *addr );
-/** @} */
-
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* ASM */
+/** @} */
+
#endif /* LIBBSP_ARM_LPC176X_BSP_H */
diff --git a/bsps/arm/lpc176x/include/bsp/adc-defs.h b/bsps/arm/lpc176x/include/bsp/adc-defs.h
index e1a4825a2a..177e3f03fb 100644
--- a/bsps/arm/lpc176x/include/bsp/adc-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/adc-defs.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief ADC library for the lpc176x bsp.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/adc.h b/bsps/arm/lpc176x/include/bsp/adc.h
index 58c6de3f1d..ac078cf643 100644
--- a/bsps/arm/lpc176x/include/bsp/adc.h
+++ b/bsps/arm/lpc176x/include/bsp/adc.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief ADC library for the lpc176x bsp.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/can-defs.h b/bsps/arm/lpc176x/include/bsp/can-defs.h
index b55414f95f..fdaa7893d5 100644
--- a/bsps/arm/lpc176x/include/bsp/can-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/can-defs.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief CAN controller for the lpc176x controller.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/can.h b/bsps/arm/lpc176x/include/bsp/can.h
index 27fabc40e6..95480596fe 100644
--- a/bsps/arm/lpc176x/include/bsp/can.h
+++ b/bsps/arm/lpc176x/include/bsp/can.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief CAN controller for the mbed lpc1768 board.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/common-types.h b/bsps/arm/lpc176x/include/bsp/common-types.h
index 16bfd96f3a..d43671c619 100644
--- a/bsps/arm/lpc176x/include/bsp/common-types.h
+++ b/bsps/arm/lpc176x/include/bsp/common-types.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Definitions types used by some devices in common.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/dma.h b/bsps/arm/lpc176x/include/bsp/dma.h
index 65edfc4e30..054c985fd3 100644
--- a/bsps/arm/lpc176x/include/bsp/dma.h
+++ b/bsps/arm/lpc176x/include/bsp/dma.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x_dma
+ * @ingroup RTEMSBSPsARMLPC176X_dma
*
* @brief Direct memory access (DMA) support.
*/
@@ -31,7 +31,7 @@ extern "C" {
/**
* @defgroup lpc176x_dma DMA Support
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Direct memory access (DMA) support.
*
diff --git a/bsps/arm/lpc176x/include/bsp/gpio-defs.h b/bsps/arm/lpc176x/include/bsp/gpio-defs.h
index 31155bf597..fdb9c6f743 100644
--- a/bsps/arm/lpc176x/include/bsp/gpio-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/gpio-defs.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief API definitions of the GPIO driver for the lpc176x bsp in RTEMS.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/io-defs.h b/bsps/arm/lpc176x/include/bsp/io-defs.h
index de57aadd8c..9749387013 100644
--- a/bsps/arm/lpc176x/include/bsp/io-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/io-defs.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Input/output module definitions.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/io.h b/bsps/arm/lpc176x/include/bsp/io.h
index 3e6cd49581..9831c27d65 100644
--- a/bsps/arm/lpc176x/include/bsp/io.h
+++ b/bsps/arm/lpc176x/include/bsp/io.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Input/output module methods definitions.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/lpc-clock-config.h b/bsps/arm/lpc176x/include/bsp/lpc-clock-config.h
index 3eef02152e..df44cc5a1d 100644
--- a/bsps/arm/lpc176x/include/bsp/lpc-clock-config.h
+++ b/bsps/arm/lpc176x/include/bsp/lpc-clock-config.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Clock driver configuration.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/lpc-gpio.h b/bsps/arm/lpc176x/include/bsp/lpc-gpio.h
index cc75385a04..12f2f65969 100644
--- a/bsps/arm/lpc176x/include/bsp/lpc-gpio.h
+++ b/bsps/arm/lpc176x/include/bsp/lpc-gpio.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief API of the GPIO driver for the lpc176x bsp in RTEMS.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/lpc176x.h b/bsps/arm/lpc176x/include/bsp/lpc176x.h
index 2f20c2e8ba..be31d10960 100644
--- a/bsps/arm/lpc176x/include/bsp/lpc176x.h
+++ b/bsps/arm/lpc176x/include/bsp/lpc176x.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Specific register definitions according to lpc176x family boards.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h b/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h
index 538d33c41e..e158b653d6 100644
--- a/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h
+++ b/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Pins of the mbed lpc1768
* See http://mbed.org/media/uploads/chris/mbed-005.1.pdf for references
diff --git a/bsps/arm/lpc176x/include/bsp/pwmout-defs.h b/bsps/arm/lpc176x/include/bsp/pwmout-defs.h
index 7b3999d2a6..1d30f701f3 100644
--- a/bsps/arm/lpc176x/include/bsp/pwmout-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/pwmout-defs.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief PWM-Out controller for the mbed lpc1768 board.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/pwmout.h b/bsps/arm/lpc176x/include/bsp/pwmout.h
index bbed297ae9..db53ec49a0 100644
--- a/bsps/arm/lpc176x/include/bsp/pwmout.h
+++ b/bsps/arm/lpc176x/include/bsp/pwmout.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief PWM-Out controller for the mbed lpc1768 board.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/system-clocks.h b/bsps/arm/lpc176x/include/bsp/system-clocks.h
index 26087ff3e9..45b976e896 100644
--- a/bsps/arm/lpc176x/include/bsp/system-clocks.h
+++ b/bsps/arm/lpc176x/include/bsp/system-clocks.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x_clocks
+ * @ingroup RTEMSBSPsARMLPC176X_clocks
*
* @brief System clocks.
*/
@@ -32,7 +32,7 @@ extern "C" {
/**
* @defgroup lpc176x_clock System Clocks
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief System clocks.
*
diff --git a/bsps/arm/lpc176x/include/bsp/timer-defs.h b/bsps/arm/lpc176x/include/bsp/timer-defs.h
index 7560add64e..8ff1931bea 100644
--- a/bsps/arm/lpc176x/include/bsp/timer-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/timer-defs.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief API definitions of the for the timer of the lpc176x bsp.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/timer.h b/bsps/arm/lpc176x/include/bsp/timer.h
index bb327eefce..0a79bc0456 100644
--- a/bsps/arm/lpc176x/include/bsp/timer.h
+++ b/bsps/arm/lpc176x/include/bsp/timer.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Timer API for the lpc176x bsp.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/watchdog-defs.h b/bsps/arm/lpc176x/include/bsp/watchdog-defs.h
index 888ebe1936..97d9f8954d 100644
--- a/bsps/arm/lpc176x/include/bsp/watchdog-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/watchdog-defs.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief API definitions of the Watchdog driver for the lpc176x bsp in RTEMS.
*/
diff --git a/bsps/arm/lpc176x/include/bsp/watchdog.h b/bsps/arm/lpc176x/include/bsp/watchdog.h
index ff5d1730fa..8c9d952eb4 100644
--- a/bsps/arm/lpc176x/include/bsp/watchdog.h
+++ b/bsps/arm/lpc176x/include/bsp/watchdog.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief API of the Watchdog driver for the lpc176x bsp in RTEMS.
*/
diff --git a/bsps/arm/lpc176x/pwm/pwmout.c b/bsps/arm/lpc176x/pwm/pwmout.c
index c5ce3eb998..9ad4e0ced6 100644
--- a/bsps/arm/lpc176x/pwm/pwmout.c
+++ b/bsps/arm/lpc176x/pwm/pwmout.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief PWM-Out controller for the mbed lpc1768 board.
*/
diff --git a/bsps/arm/lpc176x/rtc/rtc-config.c b/bsps/arm/lpc176x/rtc/rtc-config.c
index 7d1512c01a..d211a8faf9 100644
--- a/bsps/arm/lpc176x/rtc/rtc-config.c
+++ b/bsps/arm/lpc176x/rtc/rtc-config.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief RTC configuration.
*/
diff --git a/bsps/arm/lpc176x/start/adc.c b/bsps/arm/lpc176x/start/adc.c
index 49288c07c6..ca2d5cf849 100644
--- a/bsps/arm/lpc176x/start/adc.c
+++ b/bsps/arm/lpc176x/start/adc.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief ADC library for the lpc176x bsp.
*/
diff --git a/bsps/arm/lpc176x/start/bspidle.c b/bsps/arm/lpc176x/start/bspidle.c
index 24bb1db887..f1572422b1 100644
--- a/bsps/arm/lpc176x/start/bspidle.c
+++ b/bsps/arm/lpc176x/start/bspidle.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Idle task.
*/
diff --git a/bsps/arm/lpc176x/start/bspstart.c b/bsps/arm/lpc176x/start/bspstart.c
index f1aba444fc..b2b1e2db04 100644
--- a/bsps/arm/lpc176x/start/bspstart.c
+++ b/bsps/arm/lpc176x/start/bspstart.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Startup code.
*/
diff --git a/bsps/arm/lpc176x/start/bspstarthooks.c b/bsps/arm/lpc176x/start/bspstarthooks.c
index dc790f3eb0..6755e43748 100644
--- a/bsps/arm/lpc176x/start/bspstarthooks.c
+++ b/bsps/arm/lpc176x/start/bspstarthooks.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief First configurations and initializations to the correct
* functionality of the board.
diff --git a/bsps/arm/lpc176x/start/dma-copy.c b/bsps/arm/lpc176x/start/dma-copy.c
index 0e0b37dbd3..84a1d28f7a 100644
--- a/bsps/arm/lpc176x/start/dma-copy.c
+++ b/bsps/arm/lpc176x/start/dma-copy.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x_dma
+ * @ingroup RTEMSBSPsARMLPC176X_dma
*
* @brief Direct memory access (DMA) support.
*/
diff --git a/bsps/arm/lpc176x/start/dma.c b/bsps/arm/lpc176x/start/dma.c
index 10c7701484..1c690b5b42 100644
--- a/bsps/arm/lpc176x/start/dma.c
+++ b/bsps/arm/lpc176x/start/dma.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x_dma
+ * @ingroup RTEMSBSPsARMLPC176X_dma
*
* @brief Direct memory access (DMA) support.
*/
diff --git a/bsps/arm/lpc176x/start/io.c b/bsps/arm/lpc176x/start/io.c
index 8eb746cbad..e3432e29f5 100644
--- a/bsps/arm/lpc176x/start/io.c
+++ b/bsps/arm/lpc176x/start/io.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Input/output module methods.
*/
diff --git a/bsps/arm/lpc176x/start/restart.c b/bsps/arm/lpc176x/start/restart.c
index d6e5783f53..441c38bdcd 100644
--- a/bsps/arm/lpc176x/start/restart.c
+++ b/bsps/arm/lpc176x/start/restart.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Restart implementation.
*/
diff --git a/bsps/arm/lpc176x/start/system-clocks.c b/bsps/arm/lpc176x/start/system-clocks.c
index 6af52be053..70cccb06d4 100644
--- a/bsps/arm/lpc176x/start/system-clocks.c
+++ b/bsps/arm/lpc176x/start/system-clocks.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x_clocks
+ * @ingroup RTEMSBSPsARMLPC176X_clocks
*
* @brief System clocks.
*/
diff --git a/bsps/arm/lpc176x/start/watchdog.c b/bsps/arm/lpc176x/start/watchdog.c
index 4b8b23d9f0..0f949eadd0 100644
--- a/bsps/arm/lpc176x/start/watchdog.c
+++ b/bsps/arm/lpc176x/start/watchdog.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Watchdog controller for the mbed lpc176x family boards.
*/
diff --git a/bsps/arm/lpc176x/timer/timer.c b/bsps/arm/lpc176x/timer/timer.c
index 47992fcd96..62172703cf 100644
--- a/bsps/arm/lpc176x/timer/timer.c
+++ b/bsps/arm/lpc176x/timer/timer.c
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lpc176x
+ * @ingroup RTEMSBSPsARMLPC176X
*
* @brief Timer controller for the mbed lpc1768 board.
*/