diff options
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 52fa73067..f22535ab0 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -31,9 +31,11 @@ *
* @section stm32_hal_1 Supported HW resources
* - PLL1.
- * - PLL2.
+ * - PLL2 (where present).
* - RCC.
* - Flash.
+ * - DMA1.
+ * - DMA2 (where present).
* .
* @section stm32_hal_2 STM32 HAL driver implementation features
* - PLLs startup and stabilization.
|