summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc32xx/include/bsp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-04 15:32:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-08 07:42:54 +0100
commitc991eeeccc21901011ddd9ecc626c4d164fe2041 (patch)
treed853f9d374984a213398d96927e76ec55ee546df /bsps/arm/lpc32xx/include/bsp.h
parentshell: Correct argument order of `mfill` (diff)
downloadrtems-c991eeeccc21901011ddd9ecc626c4d164fe2041.tar.bz2
bsps: Adjust bsp.h Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/arm/lpc32xx/include/bsp.h')
-rw-r--r--bsps/arm/lpc32xx/include/bsp.h34
1 files changed, 13 insertions, 21 deletions
diff --git a/bsps/arm/lpc32xx/include/bsp.h b/bsps/arm/lpc32xx/include/bsp.h
index a91f92bd35..c0d8c9edfe 100644
--- a/bsps/arm/lpc32xx/include/bsp.h
+++ b/bsps/arm/lpc32xx/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup arm_lpc32xx
+ * @ingroup RTEMSBSPsARMLPC32XX
*
* @brief Global BSP definitions.
*/
@@ -23,6 +23,16 @@
#ifndef LIBBSP_ARM_LPC32XX_BSP_H
#define LIBBSP_ARM_LPC32XX_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMLPC32XX NXP LPC32XX
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief NXP LPC32XX Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#define BSP_FEATURE_IRQ_EXTENSION
@@ -41,16 +51,6 @@ extern "C" {
struct rtems_bsdnet_ifconfig;
/**
- * @defgroup arm_lpc32xx LPC32XX Support
- *
- * @ingroup RTEMSBSPsARM
- *
- * @brief LPC32XX support package.
- *
- * @{
- */
-
-/**
* @brief Network driver attach and detach function.
*/
int lpc_eth_attach_detach(
@@ -241,20 +241,12 @@ extern uint32_t lpc32xx_magic_zero_size [];
); \
} while (0)
-/** @} */
-
-/**
- * @defgroup lpc LPC Support
- *
- * @ingroup arm_lpc32xx
- *
- * @brief LPC support package.
- */
-
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* ASM */
+/** @} */
+
#endif /* LIBBSP_ARM_LPC32XX_BSP_H */