aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F2xx/platform.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32F2xx/platform.dox')
-rw-r--r--os/hal/platforms/STM32F2xx/platform.dox17
1 files changed, 17 insertions, 0 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.