aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32F4xx')
-rw-r--r--os/hal/platforms/STM32F4xx/platform.dox27
1 files changed, 22 insertions, 5 deletions
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.