summaryrefslogtreecommitdiffstats
path: root/bsps/arm/gumstix
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/gumstix
parentshell: Correct argument order of `mfill` (diff)
downloadrtems-c991eeeccc21901011ddd9ecc626c4d164fe2041.tar.bz2
bsps: Adjust bsp.h Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/arm/gumstix')
-rw-r--r--bsps/arm/gumstix/include/bsp.h23
-rw-r--r--bsps/arm/gumstix/net/wd80x3.h2
2 files changed, 14 insertions, 11 deletions
diff --git a/bsps/arm/gumstix/include/bsp.h b/bsps/arm/gumstix/include/bsp.h
index 687ffde4e1..538fb745c9 100644
--- a/bsps/arm/gumstix/include/bsp.h
+++ b/bsps/arm/gumstix/include/bsp.h
@@ -1,6 +1,6 @@
/**
* @file
- * @ingroup arm_gumstix
+ * @ingroup RTEMSBSPsARMGumstix
* @brief Global BSP definitions.
*/
@@ -15,6 +15,16 @@
#ifndef LIBBSP_ARM_GUMSTIX_BSP_H
#define LIBBSP_ARM_GUMSTIX_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMGumstix Gumstix
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief Gumstix Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -24,13 +34,6 @@
extern "C" {
#endif
-/**
- * @defgroup arm_gumstix Gumstix Support
- * @ingroup RTEMSBSPsARM
- * @brief Gumstix support package
- * @{
- */
-
#define BSP_FEATURE_IRQ_EXTENSION
#define BSP_HAS_FRAME_BUFFER 1
@@ -71,11 +74,11 @@ extern int rtems_ne_driver_attach(struct rtems_bsdnet_ifconfig *, int);
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH BSP_NE2000_NETWORK_DRIVER_ATTACH
#endif
-/** @} */
-
#ifdef __cplusplus
}
#endif
+/** @} */
+
#endif /* _BSP_H */
diff --git a/bsps/arm/gumstix/net/wd80x3.h b/bsps/arm/gumstix/net/wd80x3.h
index c4a3aba758..0a9f3432bc 100644
--- a/bsps/arm/gumstix/net/wd80x3.h
+++ b/bsps/arm/gumstix/net/wd80x3.h
@@ -15,7 +15,7 @@
/**
* @defgroup gumstix_dp8390 DP8390 Support
- * @ingroup arm_gumstix
+ * @ingroup RTEMSBSPsARMGumstix
* @brief DP8390 Ethernet Controller Support
* @{
*/