diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-01 13:49:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-01 13:49:53 +0000 |
commit | eed6999aaf3a4579121b5e70d3a84ef620f896eb (patch) | |
tree | ffbad9ef7d792ecfb7205ec3876d26b0dd9f2d75 /os/hal/platforms | |
parent | a5138f8fac4b576c67e70e00453982492055ef15 (diff) | |
download | ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.tar.gz ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.tar.bz2 ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2784 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 91f0addca..8edf27161 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -100,6 +100,25 @@ */
/**
+ * @defgroup STM32_GPT STM32 GPT Support
+ * @details The STM32 GPT driver uses the TIMx peripherals.
+ *
+ * @section stm32_gpt_1 Supported HW resources
+ * - TIM1.
+ * - TIM2.
+ * - TIM3.
+ * - TIM4.
+ * - TIM5.
+ * .
+ * @section stm32_gpt_2 STM32 GPT driver implementation features
+ * - Each timer can be independently enabled and programmed. Unused
+ * peripherals are left in low power mode.
+ * - Programmable TIMx interrupts priority level.
+ * .
+ * @ingroup STM32_DRIVERS
+ */
+
+/**
* @defgroup STM32_PAL STM32 GPIO Support
* @details The STM32 PAL driver uses the GPIO peripherals.
*
@@ -158,6 +177,7 @@ * - TIM2.
* - TIM3.
* - TIM4.
+ * - TIM5.
* .
* @section stm32_pwm_2 STM32 PWM driver implementation features
* - Each timer can be independently enabled and programmed. Unused
|