diff options
Diffstat (limited to 'os/hal/platforms/STM32L1xx/platform.dox')
-rw-r--r-- | os/hal/platforms/STM32L1xx/platform.dox | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/platform.dox b/os/hal/platforms/STM32L1xx/platform.dox index fe845811e..16228f777 100644 --- a/os/hal/platforms/STM32L1xx/platform.dox +++ b/os/hal/platforms/STM32L1xx/platform.dox @@ -295,6 +295,14 @@ */
/**
+ * @defgroup STM32L1xx_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 STM32L1xx_PLATFORM_DRIVERS
+ */
+
+/**
* @defgroup STM32L1xx_RCC STM32L1xx 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.
|