summaryrefslogtreecommitdiffstats
path: root/bsps/lm32/lm32_evr/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/lm32/lm32_evr/include/bsp.h')
-rw-r--r--bsps/lm32/lm32_evr/include/bsp.h21
1 files changed, 12 insertions, 9 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 */