summaryrefslogtreecommitdiffstats
path: root/bsps/lm32
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/lm32
parentshell: Correct argument order of `mfill` (diff)
downloadrtems-c991eeeccc21901011ddd9ecc626c4d164fe2041.tar.bz2
bsps: Adjust bsp.h Doxygen groups
Update #3706.
Diffstat (limited to 'bsps/lm32')
-rw-r--r--bsps/lm32/lm32_evr/include/bsp.h21
-rw-r--r--bsps/lm32/milkymist/include/bsp.h10
2 files changed, 19 insertions, 12 deletions
diff --git a/bsps/lm32/lm32_evr/include/bsp.h b/bsps/lm32/lm32_evr/include/bsp.h
index 7ffc5251a2..26a393e689 100644
--- a/bsps/lm32/lm32_evr/include/bsp.h
+++ b/bsps/lm32/lm32_evr/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lm32_evr
+ * @ingroup RTEMSBSPsLM32EVR
*
* @brief Global BSP definitions.
*/
@@ -21,19 +21,20 @@
#ifndef LIBBSP_LM32_LM32_EVR_BSP_H
#define LIBBSP_LM32_LM32_EVR_BSP_H
-#include <stdint.h>
-#include <bspopts.h>
-#include <bsp/default-initial-extension.h>
-
-#include <rtems.h>
-
/**
- * @defgroup lm32_evr EVR Support
+ * @defgroup RTEMSBSPsLM32EVR LM32 EVR
*
* @ingroup RTEMSBSPsLM32
*
- * @brief EVR support package.
+ * @brief LM32 EVR Board Support Package.
+ *
+ * @{
*/
+#include <stdint.h>
+#include <bspopts.h>
+#include <bsp/default-initial-extension.h>
+
+#include <rtems.h>
#ifdef __cplusplus
extern "C" {
@@ -81,5 +82,7 @@ char BSP_uart_is_character_ready(char *ch);
}
#endif
+/** @} */
+
#endif
/* end of include file */
diff --git a/bsps/lm32/milkymist/include/bsp.h b/bsps/lm32/milkymist/include/bsp.h
index 254da0d32b..96ef645cc5 100644
--- a/bsps/lm32/milkymist/include/bsp.h
+++ b/bsps/lm32/milkymist/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup lm32_milkymist
+ * @ingroup RTEMSBSPsLM32Milkymist
*
* @brief Global BSP definitions.
*/
@@ -27,11 +27,13 @@
#include <rtems.h>
/**
- * @defgroup lm32_milkymist Milkymist Support
+ * @defgroup RTEMSBSPsLM32Milkymist Milkymist
*
* @ingroup RTEMSBSPsLM32
*
- * @brief Milkymist support package.
+ * @brief Milkymist Board Support Package.
+ *
+ * @{
*/
#ifdef __cplusplus
@@ -59,4 +61,6 @@ extern int rtems_minimac_driver_attach (struct rtems_bsdnet_ifconfig *config,
}
#endif
+/** @} */
+
#endif