git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4148 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
45591068e8
commit
5ce36d57c9
|
@ -124,6 +124,21 @@
|
|||
* @ingroup STM32F2xx_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @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.
|
||||
|
|
|
@ -124,6 +124,21 @@
|
|||
* @ingroup STM32F4xx_DRIVERS
|
||||
*/
|
||||
|
||||
/**
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue