diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:36:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-09 07:36:08 +0000 |
commit | 518fd1d0c7545ff362be8b4051d455a4e1937712 (patch) | |
tree | ee12892bbf13b36e481dee28d62fa98d8c7c11e6 /os/hal/platforms/STM32L1xx | |
parent | 2bbff3550ae8da2da5b83fcbd551a000192767b0 (diff) | |
download | ChibiOS-518fd1d0c7545ff362be8b4051d455a4e1937712.tar.gz ChibiOS-518fd1d0c7545ff362be8b4051d455a4e1937712.tar.bz2 ChibiOS-518fd1d0c7545ff362be8b4051d455a4e1937712.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4643 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx')
-rw-r--r-- | os/hal/platforms/STM32L1xx/platform.dox | 8 | ||||
-rw-r--r-- | os/hal/platforms/STM32L1xx/stm32_isr.h | 2 |
2 files changed, 9 insertions, 1 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.
diff --git a/os/hal/platforms/STM32L1xx/stm32_isr.h b/os/hal/platforms/STM32L1xx/stm32_isr.h index 84405e367..bbb45141f 100644 --- a/os/hal/platforms/STM32L1xx/stm32_isr.h +++ b/os/hal/platforms/STM32L1xx/stm32_isr.h @@ -19,7 +19,7 @@ */
/**
- * @file STM3L1xx/stm32_isr.h
+ * @file STM32L1xx/stm32_isr.h
* @brief ISR remapper driver header.
*
* @addtogroup STM32L1xx_ISR
|