aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx/platform.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32F1xx/platform.dox')
-rw-r--r--os/hal/platforms/STM32F1xx/platform.dox8
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F1xx/platform.dox b/os/hal/platforms/STM32F1xx/platform.dox
index 0dc3a988b..0504210f6 100644
--- a/os/hal/platforms/STM32F1xx/platform.dox
+++ b/os/hal/platforms/STM32F1xx/platform.dox
@@ -378,6 +378,14 @@
*/
/**
+ * @defgroup STM32F1xx_ISR STM32F1xx ISR Support
+ * @details This ISR helper driver is used by the other drivers in order to
+ * map ISR names to physical vector names.
+ *
+ * @ingroup STM32F1xx_PLATFORM_DRIVERS
+ */
+
+/**
* @defgroup STM32F1xx_RCC STM32F1xx RCC Support
* @details This RCC helper driver is used by the other drivers in order to
* access the shared RCC resources in a consistent way.