aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 07:36:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-09 07:36:08 +0000
commit518fd1d0c7545ff362be8b4051d455a4e1937712 (patch)
treeee12892bbf13b36e481dee28d62fa98d8c7c11e6 /os/hal/platforms/STM32F1xx
parent2bbff3550ae8da2da5b83fcbd551a000192767b0 (diff)
downloadChibiOS-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/STM32F1xx')
-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.