summaryrefslogtreecommitdiffstats
path: root/bsps/no_cpu/no_bsp/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/no_cpu/no_bsp/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/no_cpu/no_bsp/include/bsp.h')
-rw-r--r--bsps/no_cpu/no_bsp/include/bsp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bsps/no_cpu/no_bsp/include/bsp.h b/bsps/no_cpu/no_bsp/include/bsp.h
index 97064425d7..46a20fc831 100644
--- a/bsps/no_cpu/no_bsp/include/bsp.h
+++ b/bsps/no_cpu/no_bsp/include/bsp.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSBSPsNoCPUNoBsp
+ *
+ * @brief Global BSP definitions.
+ */
+
/* bsp.h
*
* This include file contains all board IO definitions.
@@ -17,6 +25,12 @@
#ifndef LIBBSP_NO_CPU_NO_BSP_BSP_H
#define LIBBSP_NO_CPU_NO_BSP_BSP_H
+/**
+ * @addtogroup RTEMSBSPsNoCPU
+ *
+ * @{
+ */
+
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
@@ -38,4 +52,6 @@ rtems_isr_entry set_vector( /* returns old vector */
}
#endif
+/** @} */
+
#endif