diff options
Diffstat (limited to 'os/hal/platforms/STM32F2xx/platform.dox')
-rw-r--r-- | os/hal/platforms/STM32F2xx/platform.dox | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F2xx/platform.dox b/os/hal/platforms/STM32F2xx/platform.dox index 26a1b6dc4..35d865d9f 100644 --- a/os/hal/platforms/STM32F2xx/platform.dox +++ b/os/hal/platforms/STM32F2xx/platform.dox @@ -343,6 +343,14 @@ */
/**
+ * @defgroup STM32F2xx_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 STM32F2xx_PLATFORM_DRIVERS
+ */
+
+/**
* @defgroup STM32F2xx_RCC STM32F2xx 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.
|