diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-10 16:23:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-10 16:23:55 +0000 |
commit | 36cc348d07280c68aa1ea665ca1c722d69911e28 (patch) | |
tree | e8376916f3fe57172cf1f278c6a8f2dc0ee691f7 /os/hal/platforms/STM32/platform.dox | |
parent | 302956a3d929002fb5c1b2ef03c331186f498d01 (diff) | |
download | ChibiOS-36cc348d07280c68aa1ea665ca1c722d69911e28.tar.gz ChibiOS-36cc348d07280c68aa1ea665ca1c722d69911e28.tar.bz2 ChibiOS-36cc348d07280c68aa1ea665ca1c722d69911e28.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1913 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/platform.dox')
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 3afdf9b70..8c699443e 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -41,6 +41,13 @@ */
/**
+ * @defgroup STM32F10x_HAL STM32F103 HAL Support
+ * @brief HAL support for STM32 LD, MD and HD families.
+ *
+ * @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
|