From 09d733a31401bf51ee9d7bef4d9267bd6cf1d75f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 28 Jul 2012 09:36:48 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4480 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F4xx/platform.dox | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'os/hal/platforms/STM32F4xx') diff --git a/os/hal/platforms/STM32F4xx/platform.dox b/os/hal/platforms/STM32F4xx/platform.dox index dc8698a33..0f1478812 100644 --- a/os/hal/platforms/STM32F4xx/platform.dox +++ b/os/hal/platforms/STM32F4xx/platform.dox @@ -70,18 +70,18 @@ */ /** - * @defgroup STM32F2xx_CAN STM32F2xx CAN Support - * @details The STM32F2xx CAN driver uses the CAN peripherals. + * @defgroup STM32F4xx_CAN STM32F4xx CAN Support + * @details The STM32F4xx CAN driver uses the CAN peripherals. * - * @section stm32f2xx_can_1 Supported HW resources + * @section stm32f4xx_can_1 Supported HW resources * - bxCAN1. * . - * @section stm32f2xx_can_2 STM32F2xx CAN driver implementation features + * @section stm32f4xx_can_2 STM32F4xx CAN driver implementation features * - Clock stop for reduced power usage when the driver is in stop state. * - Support for bxCAN sleep mode. * - Programmable bxCAN interrupts priority level. * . - * @ingroup STM32F2xx_DRIVERS + * @ingroup STM32F4xx_DRIVERS */ /** @@ -222,6 +222,23 @@ * @ingroup STM32F4xx_DRIVERS */ +/** + * @defgroup STM32F4xx_SDC STM32F4xx SDC Support + * @details The STM32F4xx SDC driver uses the SDIO peripheral. + * + * @section stm32f4xx_sdc_1 Supported HW resources + * - SDIO. + * - DMA2. + * . + * @section stm32f4xx_sdc_2 STM32F4xx SDC driver implementation features + * - Clock stop for reduced power usage when the driver is in stop state. + * - Programmable interrupt priority. + * - DMA is used for receiving and transmitting. + * - Programmable DMA bus priority for each DMA channel. + * . + * @ingroup STM32F4xx_DRIVERS + */ + /** * @defgroup STM32F4xx_SERIAL STM32F4xx Serial Support * @details The STM32F4xx Serial driver uses the USART/UART peripherals in a -- cgit v1.2.3