git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2289 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-10-25 08:57:47 +00:00
parent 613fe7d0d1
commit 19ca2c7515
1 changed files with 3 additions and 1 deletions

View File

@ -31,9 +31,11 @@
* *
* @section stm32_hal_1 Supported HW resources * @section stm32_hal_1 Supported HW resources
* - PLL1. * - PLL1.
* - PLL2. * - PLL2 (where present).
* - RCC. * - RCC.
* - Flash. * - Flash.
* - DMA1.
* - DMA2 (where present).
* . * .
* @section stm32_hal_2 STM32 HAL driver implementation features * @section stm32_hal_2 STM32 HAL driver implementation features
* - PLLs startup and stabilization. * - PLLs startup and stabilization.