summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc176x/include
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc176x/include')
-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
21 files changed, 35 insertions, 35 deletions
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.
*/