summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc24xx/include/bsp.h')
-rw-r--r--bsps/arm/lpc24xx/include/bsp.h26
1 files changed, 13 insertions, 13 deletions
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 <bspopts.h>
#define BSP_FEATURE_IRQ_EXTENSION
@@ -54,16 +64,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.
*/
int lpc_eth_attach_detach(
@@ -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 */