diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-25 20:34:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-25 20:34:08 +0000 |
commit | acbea2f1f39f4e4726d3eebf90c27563002f3cf5 (patch) | |
tree | 194aeacf493f36c7feb00de214f2a1117ae47bbe /os/hal/platforms/STM32 | |
parent | 61922d458b3032cca129b795c430eee089864a43 (diff) | |
download | ChibiOS-acbea2f1f39f4e4726d3eebf90c27563002f3cf5.tar.gz ChibiOS-acbea2f1f39f4e4726d3eebf90c27563002f3cf5.tar.bz2 ChibiOS-acbea2f1f39f4e4726d3eebf90c27563002f3cf5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2292 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32')
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index fa4c700c1..295f6a2fc 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -25,6 +25,30 @@ */
/**
+ * @defgroup STM32_HAL STM32 HAL Support
+ * @brief HAL support.
+ * @details The STM32 HAL support is responsible for system initialization.
+ *
+ * @section stm32_hal_1 Supported HW resources
+ * - PLL1.
+ * - PLL2 (where present).
+ * - RCC.
+ * - Flash.
+ * - DMA1.
+ * - DMA2 (where present).
+ * .
+ * @section stm32_hal_2 STM32 HAL driver implementation features
+ * - PLLs startup and stabilization.
+ * - Clock tree initialization.
+ * - Clock source selection.
+ * - Flash wait states initialization based on the selected clock options.
+ * - SYSTICK initialization based on current clock and kernel required rate.
+ * - DMA support initialization.
+ * .
+ * @ingroup STM32
+ */
+
+/**
* @defgroup STM32_ADC STM32 ADC Support
* @brief ADC peripheral support.
* @details The ADC driver supports the STM32 ADCs using DMA channels for
@@ -60,30 +84,6 @@ */
/**
- * @defgroup STM32_HAL STM32 Clock Support
- * @brief Clock support.
- * @details The STM32 Clock support is responsible for system initialization.
- *
- * @section stm32_hal_1 Supported HW resources
- * - PLL1.
- * - PLL2 (where present).
- * - RCC.
- * - Flash.
- * - DMA1.
- * - DMA2 (where present).
- * .
- * @section stm32_hal_2 STM32 HAL driver implementation features
- * - PLLs startup and stabilization.
- * - Clock tree initialization.
- * - Clock source selection.
- * - Flash wait states initialization based on the selected clock options.
- * - SYSTICK initialization based on current clock and kernel required rate.
- * - DMA support initialization.
- * .
- * @ingroup STM32
- */
-
-/**
* @defgroup STM32_DMA STM32 DMA Support
* @brief DMA helper driver.
*
@@ -139,7 +139,7 @@ * Any attempt to setup an invalid mode is ignored.
*
* @section stm32_pal_4 Suboptimal behavior
- * The GPIO is less than optimal in several areas, the limitations should
+ * The STM32 GPIO is less than optimal in several areas, the limitations should
* be taken in account while using the PAL driver:
* - Pad/port toggling operations are not atomic.
* - Pad/group mode setup is not atomic.
|