diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-25 08:57:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-25 08:57:47 +0000 |
commit | 19ca2c75154af733d7351bcc4583c414da3b5218 (patch) | |
tree | 0698ac876472e9b6a91b6582df21c71c01f7e2a8 | |
parent | 613fe7d0d19f63f87c649f6a4f0443b3cdbcecfd (diff) | |
download | ChibiOS-19ca2c75154af733d7351bcc4583c414da3b5218.tar.gz ChibiOS-19ca2c75154af733d7351bcc4583c414da3b5218.tar.bz2 ChibiOS-19ca2c75154af733d7351bcc4583c414da3b5218.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2289 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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.
|