summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/bsp.h')
-rw-r--r--bsps/arm/stm32h7/include/bsp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/bsp.h b/bsps/arm/stm32h7/include/bsp.h
index 06c4e678aa..0ed9c361a5 100644
--- a/bsps/arm/stm32h7/include/bsp.h
+++ b/bsps/arm/stm32h7/include/bsp.h
@@ -37,6 +37,16 @@
extern "C" {
#endif
+/**
+ * @defgroup RTEMSBSPsARMSTM32H7 STM32H7
+ *
+ * @ingroup RTEMSBSPsARM
+ *
+ * @brief STM32H7 Board Support Package.
+ *
+ * @{
+ */
+
#define BSP_FEATURE_IRQ_EXTENSION
#define BSP_ARMV7M_IRQ_PRIORITY_DEFAULT (13 << 4)
@@ -47,6 +57,8 @@ extern "C" {
uint32_t stm32h7_systick_frequency(void);
+/** @} */
+
#ifdef __cplusplus
}
#endif