diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-28 09:36:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-28 09:36:48 +0000 |
commit | 09d733a31401bf51ee9d7bef4d9267bd6cf1d75f (patch) | |
tree | bec1b64c8a732021032cde1d9025ffe0d3c1ef75 | |
parent | 0c66e8a71b78e9ff5313809c36e9af2a64de9215 (diff) | |
download | ChibiOS-09d733a31401bf51ee9d7bef4d9267bd6cf1d75f.tar.gz ChibiOS-09d733a31401bf51ee9d7bef4d9267bd6cf1d75f.tar.bz2 ChibiOS-09d733a31401bf51ee9d7bef4d9267bd6cf1d75f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4480 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32F2xx/platform.dox | 17 | ||||
-rw-r--r-- | os/hal/platforms/STM32F4xx/platform.dox | 27 |
2 files changed, 39 insertions, 5 deletions
diff --git a/os/hal/platforms/STM32F2xx/platform.dox b/os/hal/platforms/STM32F2xx/platform.dox index 124cf8af2..26a1b6dc4 100644 --- a/os/hal/platforms/STM32F2xx/platform.dox +++ b/os/hal/platforms/STM32F2xx/platform.dox @@ -223,6 +223,23 @@ */
/**
+ * @defgroup STM32F2xx_SDC STM32F2xx SDC Support
+ * @details The STM32F2xx SDC driver uses the SDIO peripheral.
+ *
+ * @section stm32f2xx_sdc_1 Supported HW resources
+ * - SDIO.
+ * - DMA2.
+ * .
+ * @section stm32f2xx_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 STM32F2xx_DRIVERS
+ */
+
+/**
* @defgroup STM32F2xx_SERIAL STM32F2xx Serial Support
* @details The STM32F2xx Serial driver uses the USART/UART peripherals in a
* buffered, interrupt driven, implementation.
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
*/
/**
@@ -223,6 +223,23 @@ */
/**
+ * @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
* buffered, interrupt driven, implementation.
|