aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32')
-rw-r--r--os/hal/platforms/STM32/platform.dox50
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.