summaryrefslogtreecommitdiffstats
path: root/bsps/arm/gdbarmsim/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/gdbarmsim/include/bsp.h')
-rw-r--r--bsps/arm/gdbarmsim/include/bsp.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/bsps/arm/gdbarmsim/include/bsp.h b/bsps/arm/gdbarmsim/include/bsp.h
index 66e5636912..b880cd793a 100644
--- a/bsps/arm/gdbarmsim/include/bsp.h
+++ b/bsps/arm/gdbarmsim/include/bsp.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup arm_gdbarmsim
+ * @ingroup RTEMSBSPsARMGDBSim
*
* @brief Global BSP definitions.
*/
@@ -18,6 +18,16 @@
#ifndef LIBBSP_ARM_GDBARMSIM_BSP_H
#define LIBBSP_ARM_GDBARMSIM_BSP_H
+/**
+ * @defgroup RTEMSBSPsARMGDBSim GDB Simulator
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief GDB Simulator Board Support Package.
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -29,16 +39,6 @@
extern "C" {
#endif
-/**
- * @defgroup arm_gdbarmsim GDBARMSIM Support
- *
- * @ingroup RTEMSBSPsARM
- *
- * @brief GDBARMSIM support package.
- *
- * @{
- */
-
//#define BSP_GET_WORK_AREA_DEBUG 1
/**
@@ -76,11 +76,12 @@ int gdbarmsim_read(int, char *, int);
int gdbarmsim_swiread(int, char *, int);
void initialise_monitor_handles(void);
-/** @} */
#ifdef __cplusplus
}
#endif
+/** @} */
+
#endif /* _BSP_H */