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, 16 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F2xx/platform.dox b/os/hal/platforms/STM32F2xx/platform.dox
index a25583670..124cf8af2 100644
--- a/os/hal/platforms/STM32F2xx/platform.dox
+++ b/os/hal/platforms/STM32F2xx/platform.dox
@@ -70,6 +70,21 @@
*/
/**
+ * @defgroup STM32F2xx_CAN STM32F2xx CAN Support
+ * @details The STM32F2xx CAN driver uses the CAN peripherals.
+ *
+ * @section stm32f2xx_can_1 Supported HW resources
+ * - bxCAN1.
+ * .
+ * @section stm32f2xx_can_2 STM32F2xx 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
+ */
+
+/**
* @defgroup STM32F2xx_EXT STM32F2xx EXT Support
* @details The STM32F2xx EXT driver uses the EXTI peripheral.
*
@@ -315,7 +330,7 @@
* @details This RCC helper driver is used by the other drivers in order to
* access the shared RCC resources in a consistent way.
*
- * @section stm32f1xx_rcc_1 Supported HW resources
+ * @section stm32f2xx_rcc_1 Supported HW resources
* - RCC.
* .
* @section stm32f2xx_rcc_2 STM32F2xx RCC driver implementation features