diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-30 06:33:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-30 06:33:07 +0000 |
commit | 5ce36d57c90b68b058b7eee4306d6a4893b49562 (patch) | |
tree | c4b52c1e3b3960a7dab9fc2c8c75187deb343c3f /os/hal | |
parent | 45591068e82af264fded4a5e66a70674e59c9e1c (diff) | |
download | ChibiOS-5ce36d57c90b68b058b7eee4306d6a4893b49562.tar.gz ChibiOS-5ce36d57c90b68b058b7eee4306d6a4893b49562.tar.bz2 ChibiOS-5ce36d57c90b68b058b7eee4306d6a4893b49562.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4148 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32F2xx/platform.dox | 15 | ||||
-rw-r--r-- | os/hal/platforms/STM32F4xx/platform.dox | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F2xx/platform.dox b/os/hal/platforms/STM32F2xx/platform.dox index 536a9780a..a25583670 100644 --- a/os/hal/platforms/STM32F2xx/platform.dox +++ b/os/hal/platforms/STM32F2xx/platform.dox @@ -125,6 +125,21 @@ */
/**
+ * @defgroup STM32F2xx_MAC STM32F2xx MAC Support
+ * @details The STM32F2xx MAC driver supports the ETH peripheral.
+ *
+ * @section stm32f2xx_mac_1 Supported HW resources
+ * - ETH.
+ * - PHY (external).
+ * .
+ * @section stm32f2xx_mac_2 STM32F2xx MAC driver implementation features
+ * - Dedicated DMA operations.
+ * - Support for checksum off-loading.
+ * .
+ * @ingroup STM32F2xx_DRIVERS
+ */
+
+/**
* @defgroup STM32F2xx_PAL STM32F2xx PAL Support
* @details The STM32F2xx PAL driver uses the GPIO peripherals.
*
diff --git a/os/hal/platforms/STM32F4xx/platform.dox b/os/hal/platforms/STM32F4xx/platform.dox index 386924d42..eee233f70 100644 --- a/os/hal/platforms/STM32F4xx/platform.dox +++ b/os/hal/platforms/STM32F4xx/platform.dox @@ -125,6 +125,21 @@ */
/**
+ * @defgroup STM32F4xx_MAC STM32F4xx MAC Support
+ * @details The STM32F4xx MAC driver supports the ETH peripheral.
+ *
+ * @section stm32f4xx_mac_1 Supported HW resources
+ * - ETH.
+ * - PHY (external).
+ * .
+ * @section stm32f4xx_mac_2 STM32F4xx MAC driver implementation features
+ * - Dedicated DMA operations.
+ * - Support for checksum off-loading.
+ * .
+ * @ingroup STM32F4xx_DRIVERS
+ */
+
+/**
* @defgroup STM32F4xx_PAL STM32F4xx PAL Support
* @details The STM32F4xx PAL driver uses the GPIO peripherals.
*
|