diff options
Diffstat (limited to 'os/hal/platforms/STM32/platform.dox')
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index e26a72620..e243f870c 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -93,7 +93,7 @@ /**
* @defgroup STM32_ADC STM32 ADC Support
* @brief ADC peripherals support.
- * @details The serial driver supports the STM32 ADCs using DMA channels for
+ * @details The ADC driver supports the STM32 ADCs using DMA channels for
* improved performance.
*
* @ingroup STM32
@@ -107,10 +107,19 @@ * @ingroup STM32
*/
+
+/**
+ * @defgroup STM32_PWM STM32 PWM Support
+ * @brief TIMx peripherals as PWM generators support.
+ * @details The PWM driver supports the STM32 TIMx units as PWM generators.
+ *
+ * @ingroup STM32
+ */
+
/**
* @defgroup STM32_SPI STM32 SPI Support
* @brief SPI peripherals support.
- * @details The serial driver supports the STM32 SPIs using DMA channels for
+ * @details The SPI driver supports the STM32 SPIs using DMA channels for
* improved performance.
*
* @ingroup STM32
|