diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-18 13:36:33 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-18 13:36:33 +0000 |
commit | 6b6bce2f392da97f2007fa219fbabb33529665f2 (patch) | |
tree | 9d31507e0bf7b76c91e09a62d14893e1ea64532f /os/hal/platforms/STM32/platform.dox | |
parent | 14b049404f712828458209b0cc0c3cd23bb4b5f7 (diff) | |
download | ChibiOS-6b6bce2f392da97f2007fa219fbabb33529665f2.tar.gz ChibiOS-6b6bce2f392da97f2007fa219fbabb33529665f2.tar.bz2 ChibiOS-6b6bce2f392da97f2007fa219fbabb33529665f2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1935 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/platform.dox')
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 8fe156035..36cdcfa0d 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -41,13 +41,20 @@ */
/**
- * @defgroup STM32F10x_HAL STM32F103 HAL Support
+ * @defgroup STM32F103_HAL STM32F103 HAL Support
* @brief HAL support for STM32 LD, MD and HD families.
*
* @ingroup STM32_HAL
*/
/**
+ * @defgroup STM32F10X_CL_HAL STM32F105/F107 HAL Support
+ * @brief HAL support for STM32 CL (Connectivity Line) family.
+ *
+ * @ingroup STM32_HAL
+ */
+
+/**
* @defgroup STM32_PAL STM32 I/O Ports Support
* @brief I/O Ports peripherals support.
* @details This module supports the STM3 GPIO controller. The controller
|